Get/Set/Reset AI_Max

NI-DAQmx C Properties

Get/Set/Reset AI_Max

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

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

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

Purpose

DAQmxGetAIMax gets the Analog Input >> Maximum Value property.

DAQmxSetAIMax sets the Analog Input >> Maximum Value property.

DAQmxResetAIMax resets the Analog Input >> Maximum Value property.