Get/Set/Reset AI_Rng_Low

NI-DAQmx C Properties

Get/Set/Reset AI_Rng_Low

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

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

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

Purpose

DAQmxGetAIRngLow gets the Analog Input >> General Properties >> Advanced >> Range >> Low property.

DAQmxSetAIRngLow sets the Analog Input >> General Properties >> Advanced >> Range >> Low property.

DAQmxResetAIRngLow resets the Analog Input >> General Properties >> Advanced >> Range >> Low property.