double UserUnitsGet (  ) 

Description:
Get the number of counts per defined User Unit. Useful if you'd prefer your default unit to be something other than encoder counts.
Returns:
(double) Current counts per User Unit.
Sample Code:
  printf("There are %ld counts per User Unit.\n", axis->UserUnitsGet());
See also:
UserUnitsSet