Technical data

Chapter 9 121
Sequence Setup Commands
Programming Analyzer Sequences (Parameter-Specific Commands)
Sequence Setup Commands
10: Acquisition Duration
For a description of this parameter, see “10: Acquisition Duration” on page 27. The parameter-specific
commands are described below.
11: Input Trigger (also known as Input Trigger Type)
For a description of this parameter, see “11: Input Trigger (also known as Input Trigger Type)” on
page 27. The parameter-specific commands are described below.
SCPI Command
To set the acquisition duration as an individual value:
[:SENSe]:LSEQuencer:ACQuire{1:512}:SETup:TIME:DURation
<time>
[:SENSe]:LSEQuencer:ACQuire{1:512}:SETup:TIME:DURation?
To set the acquisition duration as an array:
[:SENSe]:LSEQuencer:LIST:SETup:TIME:DURation
<time>,<time>,<time>,…
[:SENSe]:LSEQuencer:LIST:SETup:TIME:DURation?
SCPI Examples :LSEQ:ACQ2:SET:TIME:DUR 10ms
:LSEQ:ACQ2:SET:TIME:DUR?
:LSEQ:LIST:SET:TIME:DUR 500us,1ms,2ms
:LSEQ:LIST:SET:TIME:DUR?
SCPI Command
To set the input trigger as an individual value:
[:SENSe]:LSEQuencer:ACQuire{1:512}:SETup:TRIGger
[:INPut] IMMediate|VIDeo|INTernal|EXTernal1|EXTernal2
[:SENSe]:LSEQuencer:ACQuire{1:512}:SETup:TRIGger
[:INPut]?
To set the input trigger as an array:
[:SENSe]:LSEQuencer:LIST:SETup:TRIGger[:INPut]
<enum>,<enum>,<enum>,…
[:SENSe]:LSEQuencer:LIST:SETup:TRIGger[:INPut]?
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:INP IMM
:LSEQ:ACQ2:SET:TRIG:INP?
:LSEQ:LIST:SET:TRIG:INP IMM,INT,VID
:LSEQ:LIST:SET:TRIG:INP?