User manual

Table Of Contents
MAUI Oscilloscopes Remote Control and Automation Manual
PASS_FAIL_DO, PFDO
Description
The PASS_FAIL_DO command defines the actions to be performed in the event of the specified outcome
of a Pass/Fail test.
The PASS_FAIL_DO? query indicates which actions are currently selected. If none, no parameters are
returned.
Command Syntax
Pass_Fail_DO <outcome>,<act>[,<act> …]
<outcome>:= {PASS, FAIL}
<act>:= {ALARM, BEEP, PRINT, SCDP, PULSE, PULS, SAVE, STO, STOP}
Where:
ALARM or BEEP = sound a beep.
PRINT or SCDP = send to printer.
PULSE or PULS = emit a pulse from the Aux Out connector.
SAVE or STO = store in currently selected mass storage.
STOP = stop acquisition.
Note: BEEP, SCDP, PULS and STO are provided for backward compatibility. Only the new formats
are returned in queries.
Query Syntax
Pass_Fail_DO?
Response Format
Pass_Fail_DO [<pass_fail>,<act>[,<act> …]]
Example (GPIB)
The following instruction forces the instrument to stop acquiring when the test passes:
CMD$="PFDO PASS,STOP" CALL IBWRT(SCOPE%,CMD$)
Related Commands
BUZZER, CURSOR_MEASURE, CURSOR_SET, INR, PARAMETER_VALUE, PASS_FAIL_MASK
6-74