Get/Set/Reset AO_Voltage_Units
- Updated2023-03-16
- 1 minute(s) read
int32 __CFUNC DAQmxGetAOVoltageUnits(TaskHandle taskHandle, const char channel[], int32 *data);
int32 __CFUNC DAQmxSetAOVoltageUnits(TaskHandle taskHandle, const char channel[], int32 data);
int32 __CFUNC DAQmxResetAOVoltageUnits(TaskHandle taskHandle, const char channel[]);
Purpose
DAQmxGetAOVoltageUnits gets the Analog Output >> Voltage >> Units property.
DAQmxSetAOVoltageUnits sets the Analog Output >> Voltage >> Units property.
DAQmxResetAOVoltageUnits resets the Analog Output >> Voltage >> Units property.