Get/Set/Reset AI_Current_Units

NI-DAQmx C Properties

Get/Set/Reset AI_Current_Units

int32 __CFUNC DAQmxGetAICurrentUnits(TaskHandle taskHandle, const char channel[], int32 *data);

int32 __CFUNC DAQmxSetAICurrentUnits(TaskHandle taskHandle, const char channel[], int32 data);

int32 __CFUNC DAQmxResetAICurrentUnits(TaskHandle taskHandle, const char channel[]);

Purpose

DAQmxGetAICurrentUnits gets the Analog Input >> Current >> Units property.

DAQmxSetAICurrentUnits sets the Analog Input >> Current >> Units property.

DAQmxResetAICurrentUnits resets the Analog Input >> Current >> Units property.