Get/Set/Reset AO_Voltage_Units

NI-DAQmx C Properties

Get/Set/Reset AO_Voltage_Units

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.