Get/Set/Reset AO_DAC_Ref_ConnToGnd

NI-DAQmx C Properties

Get/Set/Reset AO_DAC_Ref_ConnToGnd

int32 __CFUNC DAQmxGetAODACRefConnToGnd(TaskHandle taskHandle, const char channel[], bool32 *data);

int32 __CFUNC DAQmxSetAODACRefConnToGnd(TaskHandle taskHandle, const char channel[], bool32 data);

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

Purpose

DAQmxGetAODACRefConnToGnd gets the Analog Output >> General Properties >> DAC >> Reference Voltage >> Connect DAC Reference to Ground property.

DAQmxSetAODACRefConnToGnd sets the Analog Output >> General Properties >> DAC >> Reference Voltage >> Connect DAC Reference to Ground property.

DAQmxResetAODACRefConnToGnd resets the Analog Output >> General Properties >> DAC >> Reference Voltage >> Connect DAC Reference to Ground property.