User manual

IEEE-488 Reference
4-160 2001-900-01 Rev. K / August 2010
Programming example 10 OUTPUT 716; “:temp:rjun1:real:tco 0.05; tco?”
20 ENTER 716; A$
30 PRINT A$
40 END
Line 10 Two commands in this program message; the first specifies a TC of 0.05 for refer-
ence junction #1, and the second queries the TC.
Line 20 Addresses the Model 2001 to talk.
Line 30 Displays the TC (0.05).
:OFFSet <n>
[:SENSe[1]]:TEMPerature:RJUNctionX:REAL:OFFSet <n>Specify voltage offset
Parameters <n> = -0.09999 to +0.09999Specify voltage offset at 0°C
= DEFault 0.01V offset
= MINimum -0.09999V offset
= MAXimum +0.09999V offset
Format :temp:rjunX:real:offs <n>
where; X = 1 to 5 (reference junction #)
Defaults Power-up Saved power-on setup
*RST 0.01V offset
:SYSTem:PRESet 0.01V offset
Query :OFFSet? Query voltage offset
:OFFSet? DEFault Query *RST default voltage offset
:OFFSet? MINimum Query lowest allowable voltage offset
:OFFSet? MAXimum Query largest allowable voltage offset
Short-form format: :temp:rjunX:real:offs?
:temp:rjunX:real:offs? def
:temp:rjunX:real:offs? min
:temp:rjunX:real:offs? max
where; X = 1 to 5 (reference junction #)
Response message: -0.09999 to +0.09999
Description This command is used to specify the offset voltage at 0°C for the specified reference junction.
Programming example 10 OUTPUT 716; “:temp:rjunX:real:offs 0.05; offs?”
20 ENTER 716; A$
30 PRINT A$
40 END
Line 10 Two commands in this program message; the first specifies an offset of 50mV, and
the second queries the offset.
Line 20 Addresses the Model 2001 to talk.
Line 30 Displays the offset (0.05).