Get/Set/Reset AO_DAC_Ref_AllowConnToGnd

NI-DAQmx C Properties

Get/Set/Reset AO_DAC_Ref_AllowConnToGnd

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

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

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

Purpose

DAQmxGetAODACRefAllowConnToGnd gets the Analog Output >> General Properties >> DAC >> Reference Voltage >> Allow Connecting DAC Reference to Ground at Runtime property.

DAQmxSetAODACRefAllowConnToGnd sets the Analog Output >> General Properties >> DAC >> Reference Voltage >> Allow Connecting DAC Reference to Ground at Runtime property.

DAQmxResetAODACRefAllowConnToGnd resets the Analog Output >> General Properties >> DAC >> Reference Voltage >> Allow Connecting DAC Reference to Ground at Runtime property.