Get/Set/Reset AO_Min

NI-DAQmx C Properties

Get/Set/Reset AO_Min

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

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

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

Purpose

DAQmxGetAOMin gets the Analog Output >> Minimum Value property.

DAQmxSetAOMin sets the Analog Output >> Minimum Value property.

DAQmxResetAOMin resets the Analog Output >> Minimum Value property.