Get/Set/Reset AO_DAC_Ref_Val
- Updated2023-03-16
- 1 minute(s) read
Get/Set/Reset AO_DAC_Ref_Val
int32 __CFUNC DAQmxGetAODACRefVal(TaskHandle taskHandle, const char channel[], float64 *data);
int32 __CFUNC DAQmxSetAODACRefVal(TaskHandle taskHandle, const char channel[], float64 data);
int32 __CFUNC DAQmxResetAODACRefVal(TaskHandle taskHandle, const char channel[]);
Purpose
DAQmxGetAODACRefVal gets the Analog Output >> General Properties >> DAC >> Reference Voltage >> Value property.
DAQmxSetAODACRefVal sets the Analog Output >> General Properties >> DAC >> Reference Voltage >> Value property.
DAQmxResetAODACRefVal resets the Analog Output >> General Properties >> DAC >> Reference Voltage >> Value property.