68
:LIST:COUN?
Query if the PASS/FAIL counter function is enabled or disabled under the multi-step test mode.
Responses:
Return one of the following modes:
ON Multi-step test mode counter is enabled.
OFF Multi-step test mode counter is disabled.
Example:
:LIST:COUN? Return ON
:LIST:COUN:RES
Set to reset the PASS/FAIL counter function under the multi-step test mode.
Example:
:LIST:COUN:RES
:LIST:COUN:VAL?
Query the current value of the PASS/FAIL counter function under the multi-step test mode.
Responses:
The <NR1> format is used for return format.
<PASS Value>,<FAIL Value>
Example:
:LIST:COUN:VAL? Return 1,0