IEEE-488 Reference
4-133
Programming example 10 OUTPUT 716; “:curr:ac:rang:auto:ulim 100e-3”
20 OUTPUT 716; “:curr:ac:rang:auto:llim 1e-3; ulim?; llim?”
30 ENTER 716; A$
40 PRINT A$
50 END
Line 10 Selects the 200mA AC range as the upper range limit.
Line 20 Selects the 2mA AC range as the lower range limit, and then queries the range limits.
Line 30 Addresses the Model 2001 to talk.
Line 40 Displays the upper and lower range limits (.2, .002).
4.19.9 :REFerence <n>
[:SENSe[1]]:CURRent:AC:REFerence <n> Specify reference for ACI
[:SENSe[1]]:CURRent[:DC]:REFerence <n> Specify reference for DCI
[:SENSe[1]]:VOLTage:AC:REFerence <n> Specify reference for ACV
[:SENSe[1]]:VOLTage[:DC]:REFerence <n> Specify reference for DCV
[:SENSe[1]]:RESistance:REFerence <n> Specify reference for Ω2
[:SENSe[1]]:FRESistance:REFerence <n> Specify reference for Ω4
[:SENSe[1]]:FREQuency:REFerence <n> Specify reference for FREQ
[:SENSe[1]]:TEMPerature:REFerence <n> Specify reference for TEMP
Parameters <n> = -2.1 to +2.1 Reference for ACI and DCI
= -1100 to +1100 Reference for ACV
= -1100 to +1100 Reference for DCV
= 0 to 1.05e9 Reference for Ω2
= 0 to 2.1e5 Reference for Ω4
= 0 to 1.5e7 Reference for FREQ
= -328 to +3310 Reference for TEMP (°F)
= -200 to +1821 Reference for TEMP (°C)
= 73 to 2094 Reference for TEMP (K)
= DEFault 0 (All functions)
= MINimum Minimum value for specified function
= MAXimum Maximum value for specified function
Formats :curr:ac:ref <n>
:curr[:dc]:ref <n>
:volt:ac:ref <n>
:volt[:dc]:ref <n>
:res:ref <n>
:fres:ref <n>
:freq:ref <n>
:temp:ref <n>
Defaults Power-up Saved power-on setup
*RST 0 (all functions)
:SYSTem:PRESet 0 (all functions)