Get/Set/Reset AI_Thrmcpl_ScaleType
- Updated2023-03-16
- 1 minute(s) read
int32 __CFUNC DAQmxGetAIThrmcplScaleType(TaskHandle taskHandle, const char channel[], int32 *data);
int32 __CFUNC DAQmxSetAIThrmcplScaleType(TaskHandle taskHandle, const char channel[], int32 data);
int32 __CFUNC DAQmxResetAIThrmcplScaleType(TaskHandle taskHandle, const char channel[]);
Purpose
DAQmxGetAIThrmcplScaleType gets the Analog Input >> Temperature >> Thermocouple >> Scale Type property.
DAQmxSetAIThrmcplScaleType sets the Analog Input >> Temperature >> Thermocouple >> Scale Type property.
DAQmxResetAIThrmcplScaleType resets the Analog Input >> Temperature >> Thermocouple >> Scale Type property.