Get/Set/Reset AO_DAC_Ref_Src
- Updated2023-03-16
- 1 minute(s) read
int32 __CFUNC DAQmxGetAODACRefSrc(TaskHandle taskHandle, const char channel[], int32 *data);
int32 __CFUNC DAQmxSetAODACRefSrc(TaskHandle taskHandle, const char channel[], int32 data);
int32 __CFUNC DAQmxResetAODACRefSrc(TaskHandle taskHandle, const char channel[]);
Purpose
DAQmxGetAODACRefSrc gets the Analog Output >> General Properties >> DAC >> Reference Voltage >> Source property.
DAQmxSetAODACRefSrc sets the Analog Output >> General Properties >> DAC >> Reference Voltage >> Source property.
DAQmxResetAODACRefSrc resets the Analog Output >> General Properties >> DAC >> Reference Voltage >> Source property.