STB8827
Series Operation Manual Chapter 7 Command Reference
The LIST:MODE command is used to set the list sweep mode. The LIST:MODE?
query returns the current list sweep mode.
94
Command syntax:
SEQuence
LIST:MODE STEPped
Where,
SEQuence means sequential mode.
STEPped means single step mode.
For example: WrtCmd (“LIST:MODE SEQ”)
Query syntax: LIST:MODE?
Return format:
SEQ <NL^END>
STEP
The LIST:BAND<n> command is used to set the limits of list sweep table. The
LIST:BAND<n>? query returns the current limits.
Command syntax: LIST:BAND<n><parameter>[,<low limit n>,<high limit n>]
Where,
<n> 1 to 201 (NR1 format): sweep points on the n
th
line
<parameter> A Compare the primary parameter of the test results
with the high and the low limits.
B Compare the secondary parameter of the test
results with the high and the low limits.
OFF No comparison
<low limit n> NR1, NR2 or NR3 data format, low limit of the sweep point
on the n
th
line.
<high limit n> NR1, NR2 or NR3 data format, high limit of the sweep
point on the n
th
line.
For example: WrtCmd (“LIST:BAND1 A, 10, 20”)
WrtCmd (“LIST:BAND3 OFF”)
Query syntax: LIST:BAND<n>?
Return Format: <parameter>, <low limit n>, <high limit n>
The LIST:CLEar:ALL command is used to clear the setting data of all sweep
points.
Query syntax: LIST:CLEar:ALL