Get/Set/Reset AO_Voltage_CurrentLimit

NI-DAQmx C Properties

Get/Set/Reset AO_Voltage_CurrentLimit

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

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

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

Purpose

DAQmxGetAOVoltageCurrentLimit gets the Analog Output >> Voltage >> Current Limit property.

DAQmxSetAOVoltageCurrentLimit sets the Analog Output >> Voltage >> Current Limit property.

DAQmxResetAOVoltageCurrentLimit resets the Analog Output >> Voltage >> Current Limit property.