Get/Set/Reset AI_Torque_Units
- Updated2023-03-16
- 1 minute(s) read
int32 __CFUNC DAQmxGetAITorqueUnits(TaskHandle taskHandle, const char channel[], int32 *data);
int32 __CFUNC DAQmxSetAITorqueUnits(TaskHandle taskHandle, const char channel[], int32 data);
int32 __CFUNC DAQmxResetAITorqueUnits(TaskHandle taskHandle, const char channel[]);
Purpose
DAQmxGetAITorqueUnits gets the Analog Input >> Torque >> Units property.
DAQmxSetAITorqueUnits sets the Analog Input >> Torque >> Units property.
DAQmxResetAITorqueUnits resets the Analog Input >> Torque >> Units property.