Get/Set/Reset AI_RTD_A
- Updated2023-03-16
- 1 minute(s) read
int32 __CFUNC DAQmxGetAIRTDA(TaskHandle taskHandle, const char channel[], float64 *data);
int32 __CFUNC DAQmxSetAIRTDA(TaskHandle taskHandle, const char channel[], float64 data);
int32 __CFUNC DAQmxResetAIRTDA(TaskHandle taskHandle, const char channel[]);
Purpose
DAQmxGetAIRTDA gets the Analog Input >> Temperature >> RTD >> Custom >> A property.
DAQmxSetAIRTDA sets the Analog Input >> Temperature >> RTD >> Custom >> A property.
DAQmxResetAIRTDA resets the Analog Input >> Temperature >> RTD >> Custom >> A property.