Technical data

Chapter 9 127
Sequence Setup Commands
Programming Analyzer Sequences (Parameter-Specific Commands)
Sequence Setup Commands
3: Analysis Interval
For a description of this parameter, see “3: Analysis Interval” on page 31. The parameter-specific
commands are described below.
SCPI Command
To set the analysis interval as an individual value:
[:SENSe]:LSEQuencer:ACQuire{1:512}:ASTep{1:1000}:SETup:
TIME:INTerval <time>
[:SENSe]:LSEQuencer:ACQuire{1:512}:ASTep{1:1000}:SETup:
TIME:INTerval?
To set the analysis interval as an array:
[:SENSe]:LSEQuencer:ACQuire{1:512}:LIST:SETup:TIME:I
NTerval <time>,<time>,<time>,…
[:SENSe]:LSEQuencer:ACQuire{1:512}:LIST:SETup:TIME:
INTerval?
The array form of the command is used to make a different setting for each
analysis interval in the acquisition (the number of array values must match the
number of analysis intervals; otherwise a "settings conflict" error will occur).
SCPI Examples :LSEQ:ACQ2:AST3:SET:TIME:INT 10ms
:LSEQ:ACQ2:AST3:SET:TIME:INT?
:LSEQ:ACQ2:LIST:SET:TIME:INT 500us,1ms,2ms
:LSEQ:ACQ2:LIST:SET:TIME:INT?