IEEE-488 Reference
4-164
:OFFSet <n>
[:SENSe[1]]:TEMPerature:RJUNctionX:REAL:OFFSet <n> Specify voltage offset
Parameters <n> = -0.09999 to +0.09999 Specify 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).
:ACQuire
[:SENSe[1]]:TEMPerature:RJUNctionX:ACQuire Update reference temperature
Description This action command is used to update the stored reference temperature (Simulated or Real) for
generating a temperature measurement.
Programming example OUTPUT 716; “:temp:rjun1:acq” ! Update reference temperature