Get/Set/Reset AI_Thrmstr_A
- Updated2023-03-16
- 1 minute(s) read
int32 __CFUNC DAQmxGetAIThrmstrA(TaskHandle taskHandle, const char channel[], float64 *data);
int32 __CFUNC DAQmxSetAIThrmstrA(TaskHandle taskHandle, const char channel[], float64 data);
int32 __CFUNC DAQmxResetAIThrmstrA(TaskHandle taskHandle, const char channel[]);
Purpose
DAQmxGetAIThrmstrA gets the Analog Input >> Temperature >> Thermistor >> A property.
DAQmxSetAIThrmstrA sets the Analog Input >> Temperature >> Thermistor >> A property.
DAQmxResetAIThrmstrA resets the Analog Input >> Temperature >> Thermistor >> A property.