Get/Set/Reset AO_CustomScaleName

NI-DAQmx C Properties

Get/Set/Reset AO_CustomScaleName

int32 __CFUNC DAQmxGetAOCustomScaleName(TaskHandle taskHandle, const char channel[], char *data, uInt32 bufferSize);

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

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

Purpose

DAQmxGetAOCustomScaleName gets the Analog Output >> Custom Scale Name property.

DAQmxSetAOCustomScaleName sets the Analog Output >> Custom Scale Name property.

DAQmxResetAOCustomScaleName resets the Analog Output >> Custom Scale Name property.