Programming Guide

Digital Oscilloscopes Series
97
FUNCTION
PF_CONTROL,PFCT
Command/Query
DESCRIPTION
The PF_CONTROL command controls the pass/fail
controlling options: operate‖, output‖ and the
―stop on output‖.
See instrument‘s Operator Manual for these options
The response to the PF_ CONTROL? query
indicates the controlling options of the pass/fail.
COMMAND SYNTAX
PF_CONTROL
TRACE,<trace>,CONTROL,<control>,OUTPUT,<
output>,OUTPUTSTOP,<state>
<trace> : = {C1,C2,C3,C4}
<control> : = {START,STOP}
<output> : = {FAIL,PASS}
<state> : = {ON,OFF}
QUERY SYNTAX
PF_ CONTROL?
RESPONSE FORMAT
PF_CONTROL
TRACE,<trace>,CONTROL,<control>,
OUTPUT,<output>,OUTPUTSTOP,<state>
EXAMPLE
The following instruction sets source to channel 1,
operate to start, output to pass and stop on
output to off‖:
Command message:
PFCT TRACE,C1,CONTROL,START,
OUTPUT,PASS,OUTPUTSTOP,OFF