Get/Set/Reset AI_Voltage_Units

NI-DAQmx C Properties

Get/Set/Reset AI_Voltage_Units

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.