Get/Set/Reset AI_ChanCal_OperatorName
- Updated2023-03-16
- 1 minute(s) read
int32 __CFUNC DAQmxGetAIChanCalOperatorName(TaskHandle taskHandle, const char channel[], char *data, uInt32 bufferSize);
int32 __CFUNC DAQmxSetAIChanCalOperatorName(TaskHandle taskHandle, const char channel[], const char *data);
int32 __CFUNC DAQmxResetAIChanCalOperatorName(TaskHandle taskHandle, const char channel[]);
Purpose
DAQmxGetAIChanCalOperatorName gets the Analog Input >> General Properties >> Channel Calibration >> Operator Name property.
DAQmxSetAIChanCalOperatorName sets the Analog Input >> General Properties >> Channel Calibration >> Operator Name property.
DAQmxResetAIChanCalOperatorName resets the Analog Input >> General Properties >> Channel Calibration >> Operator Name property.