Analog Input >> Velocity >> Units
- Updated2023-03-16
- 1 minute(s) read
Data Type: | int32 |
Description: | Specifies in which unit to return velocity measurements from the channel. |
Valid values
DAQmx_Val_MetersPerSecond | 15959 | Meters per second. |
DAQmx_Val_InchesPerSecond | 15960 | Inches per second. |
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:
DAQmxGetAIVelocityUnits
DAQmxSetAIVelocityUnits
DAQmxResetAIVelocityUnits