Counter Input >> Position >> Angular Encoder >> Units
- Updated2023-03-16
- 1 minute(s) read
Counter Input >> Position >> Angular Encoder >> Units
Data Type: | int32 |
Description: | Specifies the units to use to return angular position measurements from the channel. |
Valid values
DAQmx_Val_Degrees | 10146 | Degrees. |
DAQmx_Val_Radians | 10273 | Radians. |
DAQmx_Val_Ticks | 10304 | Ticks. |
DAQmx_Val_FromCustomScale | 10065 | Units a custom scale specifies. If you select this value, you must specify a custom scale name. |
You can get/set/reset this property using:
DAQmxGetCIAngEncoderUnits
DAQmxSetCIAngEncoderUnits
DAQmxResetCIAngEncoderUnits