83
CALCulate
:LIMit
:UPPer [:DATA] <numeric value>
:LOWer [:DATA]
<numeric value>
Description : Set the compare limits values ( upper and lower limit value).
Parameter : <numeric value> is a six-digit number; For value range : -199999 to +199999.
Example : CALC:UPP 123456 ; Set the upper limit value to 123456
CALC:LOW -123456 ; Set the lower limit value to -123456
Notes: The least setting digit is blank on the display of meter for fast mode. To set least
setting digit to “0” for fast mode as necessary.
CALCulate:LIMit:FAIL?
Description : Return the compare result.
Response : 1 (HI ) , 0 (PASS ). -1 (LO).
CALCulate
:RECord
:MAXimum
:MINimum
Description : Set the dynamic recording mode. The dynamic recording mode causes the
meter to store the minimum and maximum readings.
Example : CALC:REC:MAX ; Set the meter to maximum recording mode.
CALC:REC:MIN ; Set the meter to minimum recording mode.
•
••
• READing Subsystem:
READ? [ [ ,@1] | ,@2 ]
Description : Return the display value of output buffer after the next triggered measurement
is complete. Use @1 to select the primary display, and @2 to select the
secondary display.
Response : Numeric data transferred as ASCII byte in <NR3> format.
Example : READ? ; Return the value shown on the primary display. For example,
might output: “ +12.3456E+0 ”
READ??
Description : Return both display values of output buffer after the next triggered
measurement is complete.
Response : Numeric data transferred as ASCII byte in <NR3>,<NR3> format.
Example : READ?? ; For example , might output : “ +1.23456E+0,12.34566E+0 ”