132
Command Reference
:MEASure:COMParator?
Queries judgment result.
When this command is received during tests, the judgment result is returned in text data (<data>).
When the comparator function is OFF, OFF is always returned as a judgment result.
When no judgment is made, NOCOMP is returned. When the response time timer is ON, DELAY
is returned.
After the test is completed, the judgment result when the previous test was completed is
returned.
No command header is included in response.
Syntax
:MEASure:COMParator?
Response
<data>
<data> Judgment result OFF /NOCOMP /DELAY /PASS /UFAIL /LFAIL /
ULFAIL (text data)
OFF: The judgment function is OFF.
NOCOMP: No judgment is made.
DELAY: The response time timer is ON.
PASS: Within judgment standard
UFAIL: Upper limit value ≤ Measured value
LFAIL: Lower limit value ≥ Measured value
ULFAIL: Judgment is not possible (the upper or lower
limit value exceeds the range)
Example To query the judgment result (when the judgment result is PASS)
PC>
:MEASure:COMParator?
ST5520>
PASS
:MEASure:RESult?
Queries measured value and judgment result.
During a test the measured value and then the judgment result at the time this command is
received are returned as <measured value> and then <judgment result> in data (<data1>,
<data2>).
After the test is completed, the measured value and judgment result when the previous test was
completed are returned.
No command header is included in response.
Syntax
:MEASure:RESult?
Response
<data1>,<data2>
<data1> Measured value “8.5 Data Format Table” (p. 125)
<data2> Judgment result: OFF /NOCOMP /DELAY /PASS /UFAIL /LFAIL /
ULFAIL (text data)
Example To query the measured value and judgment result (when the measured
value is 123.4 M
Ω
and the judgment result is PASS)
PC>
:MEASure:RESult?
ST5520>
123.4E+06,PASS