66
:LIST:COMP:MODE?
Query the compare mode of the multi-step list mode.
Responses:
Return one of the following modes:
ABS Measured Value
DEV Deviation Value
PERC Deviation Percentage
Example:
:LIST:COMP:MODE? Return ABS
:LIST:COMP:NOM <NR3>
Set the standard value of the multi-step list mode.
Parameters:
<NR3> (Setting range -999G - +999G)
MAX Set as maximum value (+999G).
MIN Set as minimum value (-999G).
Example:
:LIST:COMP:NOM 1000
:LIST:COMP:NOM 1k
:LIST:COMP:NOM MAX
:LIST:COMP:NOM?
Query the standard value of the multi-step list mode.
Responses: <NR3> scientific notation format is used for the return format.
Example:
:LIST:COMP:NOM? Return 1.000000E+03