Technical data
Chapter 9 123
Sequence Setup Commands
Programming Analyzer Sequences (Parameter-Specific Commands)
Sequence Setup Commands
14: Output Trigger
For a description of this parameter, see “14: Output Trigger” on page 29. The parameter-specific
commands are described below.
SCPI Command
To set the output trigger type as an individual value:
[:SENSe]:LSEQuencer:ACQuire{1:512}:SETup:TRIGger:OUTPut
NONE|INTernal
[:SENSe]:LSEQuencer:ACQuire{1:512}:SETup:TRIGger:
OUTPut?
To set the output trigger type as an array:
[:SENSe]:LSEQuencer:LIST:SETup:TRIGger:OUTPut
<enum>,<enum>,<enum>,…
[:SENSe]:LSEQuencer:LIST:SETup:TRIGger:OUTPut?
The array form of the command is used to make a different setting for each
acquisition in the sequence (the number of array values must match the
number of acquisitions; otherwise a "settings conflict" error will occur).
SCPI Examples :LSEQ:ACQ2:SET:TRIG:OUTP NONE
:LSEQ:ACQ2:SET:TRIG:OUTP?
:LSEQ:LIST:SET:TRIG:OUTP NONE,INT,NONE
:LSEQ:LIST:SET:TRIG:OUTP?