NI-DAQ™mx C Reference

Content Type
Programming Language
Current manual
Table of Contents

Get/Set/Reset AO_DAC_Ref_Val

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.

In This Section
Was this information helpful?