Get/Set/Reset AI_Rng_High

NI-DAQmx C Properties

Get/Set/Reset AI_Rng_High

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

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

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

Purpose

DAQmxGetAIRngHigh gets the Analog Input >> General Properties >> Advanced >> Range >> High property.

DAQmxSetAIRngHigh sets the Analog Input >> General Properties >> Advanced >> Range >> High property.

DAQmxResetAIRngHigh resets the Analog Input >> General Properties >> Advanced >> Range >> High property.