Get/Set/Reset AI_CustomScaleName

NI-DAQmx C Properties

Get/Set/Reset AI_CustomScaleName

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

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

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

Purpose

DAQmxGetAICustomScaleName gets the Analog Input >> Custom Scale Name property.

DAQmxSetAICustomScaleName sets the Analog Input >> Custom Scale Name property.

DAQmxResetAICustomScaleName resets the Analog Input >> Custom Scale Name property.