Get/Set/Reset AI_Voltage_Units
- Updated2023-03-16
- 1 minute(s) read
int32 __CFUNC DAQmxGetAIVoltageUnits(TaskHandle taskHandle, const char channel[], int32 *data);
int32 __CFUNC DAQmxSetAIVoltageUnits(TaskHandle taskHandle, const char channel[], int32 data);
int32 __CFUNC DAQmxResetAIVoltageUnits(TaskHandle taskHandle, const char channel[]);
Purpose
DAQmxGetAIVoltageUnits gets the Analog Input >> Voltage >> Units property.
DAQmxSetAIVoltageUnits sets the Analog Input >> Voltage >> Units property.
DAQmxResetAIVoltageUnits resets the Analog Input >> Voltage >> Units property.