Get/Set/Reset AO_DAC_Rng_Low

NI-DAQmx C Properties

Get/Set/Reset AO_DAC_Rng_Low

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

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

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

Purpose

DAQmxGetAODACRngLow gets the Analog Output >> General Properties >> DAC >> Range >> Low property.

DAQmxSetAODACRngLow sets the Analog Output >> General Properties >> DAC >> Range >> Low property.

DAQmxResetAODACRngLow resets the Analog Output >> General Properties >> DAC >> Range >> Low property.