Get/Set/Reset AO_Max

NI-DAQmx C Properties

Get/Set/Reset AO_Max

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

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

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

Purpose

DAQmxGetAOMax gets the Analog Output >> Maximum Value property.

DAQmxSetAOMax sets the Analog Output >> Maximum Value property.

DAQmxResetAOMax resets the Analog Output >> Maximum Value property.