Get/Set/Reset AO_ResolutionUnits

NI-DAQmx C Properties

Get/Set/Reset AO_ResolutionUnits

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

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

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

Purpose

DAQmxGetAOResolutionUnits gets the Analog Output >> General Properties >> DAC >> Resolution Units property.

DAQmxSetAOResolutionUnits sets the Analog Output >> General Properties >> DAC >> Resolution Units property.

DAQmxResetAOResolutionUnits resets the Analog Output >> General Properties >> DAC >> Resolution Units property.