Analog Input >> Temperature >> Thermocouple >> Type

NI-DAQmx C Properties

Analog Input >> Temperature >> Thermocouple >> Type

Data Type: int32
Description: Specifies the type of thermocouple connected to the channel. Thermocouple types differ in composition and measurement range.

Valid values

DAQmx_Val_J_Type_TC 10072 J-type thermocouple.
DAQmx_Val_K_Type_TC 10073 K-type thermocouple.
DAQmx_Val_N_Type_TC 10077 N-type thermocouple.
DAQmx_Val_R_Type_TC 10082 R-type thermocouple.
DAQmx_Val_S_Type_TC 10085 S-type thermocouple.
DAQmx_Val_T_Type_TC 10086 T-type thermocouple.
DAQmx_Val_B_Type_TC 10047 B-type thermocouple.
DAQmx_Val_E_Type_TC 10055 E-type thermocouple.


You can get/set/reset this property using:
  DAQmxGetAIThrmcplType
  DAQmxSetAIThrmcplType
  DAQmxResetAIThrmcplType