User manual
IEEE-488 Reference
2001-900-01 Rev. K / August 2010 4-157
= B Set operation for Type B thermocouples
= N Set operation for Type N thermocouples
Format :temp:tc:type <name>
Defaults Power-up Saved power-on setup
*RST Type J
:SYSTem:PRESet Type J
Query :TYPE? Query thermocouple type
Short-form format: :temp:tc:type?
Response message: J, T, K, E, R, S, B, or N
Description This command is used to configure the Model 2001 for the thermocouple type that you are using to make
temperature measurements.
Programming example 10 OUTPUT 716; “:temp:tc:type k; type?”
20 ENTER 716; A$
30 PRINT A$
40 END
Line 10 Two commands in this program message; the first configures operation for Type K thermo-
couples, and the second queries the thermocouple type.
Line 20 Addresses the Model 2001 to talk.
Line 30 Displays the thermocouple type (K).
4.19.22 :RJUNctionX
[:SENSe[1]]:TEMPerature:RJUNctionX
Parameter X= 1 to 5 Specify reference junction
Description Used to configure the specified reference junction for thermocouple temperature measurements.
Typically, each thermocouple switching card uses a single reference junction.
:RSELect <name>
[:SENSe[1]]:TEMPerature:RJUNctionX:RSELect <name>Specify reference junction type
Parameters <name> = SIMulated Use simulated temperature as reference
= REAL Use a measured temperature as reference
Format :temp:rjunX:rsel <name>
where; X = 1 to 5 (reference junction #)
Defaults Power-up Saved power-on setup
*RST SIMulated
:SYSTem:PRESet SIMulated
Query :RSELect? Query reference junction type
Short-form format: :temp:rjunX:rsel?