Get/Set/Reset AI_ChanCal_Desc
- Updated2023-03-16
- 1 minute(s) read
Get/Set/Reset AI_ChanCal_Desc
int32 __CFUNC DAQmxGetAIChanCalDesc(TaskHandle taskHandle, const char channel[], char *data, uInt32 bufferSize);
int32 __CFUNC DAQmxSetAIChanCalDesc(TaskHandle taskHandle, const char channel[], const char *data);
int32 __CFUNC DAQmxResetAIChanCalDesc(TaskHandle taskHandle, const char channel[]);
Purpose
DAQmxGetAIChanCalDesc gets the Analog Input >> General Properties >> Channel Calibration >> Description property.
DAQmxSetAIChanCalDesc sets the Analog Input >> General Properties >> Channel Calibration >> Description property.
DAQmxResetAIChanCalDesc resets the Analog Input >> General Properties >> Channel Calibration >> Description property.