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