85
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: -50000 to +50000.
Example: CALC:LIM:UPP 50000 ; Set the upper limit value to 50000
CALC:LIM:LOW -50000 ; Set the lower limit value to -50000
CALCulate:LIMit:FAIL?
Description:
Return the compare result.
Response:
1: HI, 0: PASS, –1: LO.
CALCulate
:RECord
:MAXimum
:MINimum
:MINMAX
:OFF
Description:
Set the dynamic recording mode. The dynamic recording mode causes the
meter to store the minimum and maximum readings or to show current
reading.
Example:
CALC:REC:MAX ; Set the meter to maximum recording mode.
CALC:REC:MIN ; Set the meter to minimum recording mode.
CALC:REC:MINMAX ; Set the meter to show current reading.
CALC:REC:OFF ; Turn off 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 of primary display, e.g. “ +12.345E+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> format.
Example:
READ?? ; For example, might output “ +1.2345E+0,+12.345E+0 ”.