Get/Set/Reset AI_CustomScaleName
- Updated2023-03-16
- 1 minute(s) read
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.