IEEE-488 Reference
4-158
:DELTa <NRf>
[:SENSe[1]]:TEMPerature:RTD:DELTa <NRf> Specify Delta value
Parameter <NRf> = 0 to 5 Specify RTD Delta value
Format :temp:rtd:delt <NRf>
Defaults Power-up Saved power-on setup
*RST Delta = 1.507
:SYSTem:PRESet Delta = 1.507
Query :DELTa? Query the Delta value
Short-form format: :temp:rtd:delt?
Response message: 0 to 5
Description This command is used to check and/or change the Delta value. Keep in mind that changing the
current Delta value changes the Type to USER (see :RTD:TYPE).
Programming example 10 OUTPUT 716; “:temp:rtd:delt 1.75; delt?”
20 ENTER 716; A$
30 PRINT A$
40 END
Line 10 Two commands in this program message; the first changes the Delta value to 1.75,
and the second queries the Delta value.
Line 20 Addresses the Model 2001 to talk.
Line 30 Displays the Delta value (1.75).
:RZERo <NRf>
[:SENSe[1]]:TEMPerature:RTD:RZERo <NRf> Specify resistance at 0°C
Parameter <NRf> = 0 to 1000 Specify RTD Resistance at 0°C (in ohms)
Format :temp:rtd:rzer <NRf>
Defaults Power-up Saved power-on setup
*RST Resistance at 0°C = 100Ω
:SYSTem:PRESet Resistance at 0°C = 100Ω
Query :RZERo? Query RTD resistance at °C
Short-form format: :temp:rtd:rzer?
Response message: 0 to 1000
Description This command is used to check and/or change the Resistance at 0°C. Keep in mind that changing
the current resistance value changes the Type to USER (see :RTD:TYPE).
Programming example 10 OUTPUT 716; “:temp:rtd:rzer 200; rzer?”
20 ENTER 716; A$
30 PRINT A$
40 END