Get/Set/Reset AI_Min

NI-DAQmx C Properties

Get/Set/Reset AI_Min

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

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

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

Purpose

DAQmxGetAIMin gets the Analog Input >> Minimum Value property.

DAQmxSetAIMin sets the Analog Input >> Minimum Value property.

DAQmxResetAIMin resets the Analog Input >> Minimum Value property.