Owner manual
77
:PROGram:SEQuence:PFDTime
The command is used to specify the pass/fail delay time for the selected sequence, which controls the
delay allowed before checking if the settings passed or failed for a pass/fail test.
Command Syntax
PROGram:SEQuence:PFDTime <n>, <NRf>
Parameters
<n> - Sequence number, 1 to 10.
<NRf> - Pass/Fail Delay, 0.01 to 60.0 seconds.
Examples
PROG:SEQ:PFDT 4, 5
Sets sequence 4 with pass/fail delay time to 5 seconds.
Query Syntax
PROG:SEQ:PFDT? <n>
Returned Parameters
<NR1>
:PROGram:SEQuence:PAUSe
The command is used to specify the pause sequence for the program. The selected sequence will be
paused during the program. The program will remain paused until it is unpaused.
Command Syntax
PROGram:SEQuence:PAUSe <NRf+>
Parameters
0 – 512
The value, in decimal, is based on the binary
representation of the sequence number which are
represented by the bits, according to the following table.
1 – Selects that sequence number for pausing.
0 – Not selected.
Bit Value in
decimal
512
256
128
64
32
16
8
4
2
1
Bit
9
8
7
6
5
4
3
2
1
0
Sequence
10
9
8
7
6
5
4
3
2
1
Examples
PROG:SEQ:PAUS 384
384 = 110000000
Sequence 8 and 9 will be paused during the test.
Query Syntax
PROG:SEQ:PAUS?
Returned Parameters
<NR1>
:PROGram:STOP:CONDition
The command is used to specify the stop condition of the program. Users can select either the stop
after completion of the program or stop when a failure occurs in the test.
Command Syntax
PROGram:STOP:CONDition <COMPletion|FAILure>
Parameters
COMPlete
FAILure