Get/Set/Reset AO_Current_Units

NI-DAQmx C Properties

Get/Set/Reset AO_Current_Units

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

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

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

Purpose

DAQmxGetAOCurrentUnits gets the Analog Output >> Current >> Units property.

DAQmxSetAOCurrentUnits sets the Analog Output >> Current >> Units property.

DAQmxResetAOCurrentUnits resets the Analog Output >> Current >> Units property.