Get/Set/Reset AI_RTD_Type
- Updated2023-03-16
- 1 minute(s) read
int32 __CFUNC DAQmxGetAIRTDType(TaskHandle taskHandle, const char channel[], int32 *data);
int32 __CFUNC DAQmxSetAIRTDType(TaskHandle taskHandle, const char channel[], int32 data);
int32 __CFUNC DAQmxResetAIRTDType(TaskHandle taskHandle, const char channel[]);
Purpose
DAQmxGetAIRTDType gets the Analog Input >> Temperature >> RTD >> Type property.
DAQmxSetAIRTDType sets the Analog Input >> Temperature >> RTD >> Type property.
DAQmxResetAIRTDType resets the Analog Input >> Temperature >> RTD >> Type property.