Get/Set/Reset AO_Gain

NI-DAQmx C Properties

Get/Set/Reset AO_Gain

int32 __CFUNC DAQmxGetAOGain(TaskHandle taskHandle, const char channel[], float64 *data);

int32 __CFUNC DAQmxSetAOGain(TaskHandle taskHandle, const char channel[], float64 data);

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

Purpose

DAQmxGetAOGain gets the Analog Output >> General Properties >> Advanced >> Gain >> Gain Value property.

DAQmxSetAOGain sets the Analog Output >> General Properties >> Advanced >> Gain >> Gain Value property.

DAQmxResetAOGain resets the Analog Output >> General Properties >> Advanced >> Gain >> Gain Value property.