9520 SCPI Command Summary
Keyword
Parameter
Std/
New
Comments
:INSTrument
Std
Subsystem. Supports treating each channel as a
logical instrument.
:CATalog?
Std
Query only. Returns a comma-separated list of the
names of all channels. A two channel instrument
would return: T
o
, CHA, CHB.
:FULL?
Std
Query only. Returns a comma-separated list of the
names of all channels and their associated number.
A two channel instrument would return: T
o
, 0, CHA,
1, CHB, 2.
:COMMands?
New
Query only. Returns an indentured list of all SCPI
commands.
:NSELect
<numeric value>
Std
Selects a channel using the channel's numeric value.
All channel specific commands will refer to the
selected channel.
:SELect
<identifier>
Std
Selects a channel using the channel's identifier
string. All subsequent channel specific commands
will refer to the selected channel.
:STATe
<boolean value>
Std
Enables/Disables the selected channel output. If To
is selected all output is affected. Enabling To is the
same as pressing the RUN button.
Example 2) 25 s pulsewidth, 0 delay, external trigger, one pulse for every
trigger.
:PULSE1:STATE ON <cr> <lf>
enables channel A
:PULSE1:POL NORM <cr> <lf>
sets polarity to active high
:PULSE:WIDT 0.000025 <cr> <lf>
sets pulsewidth to 25 s
:PULSE1:DELAY 0 <cr> <lf>
sets delay to 0
:PULSE0:MODE SING <cr> <lf>
sets system mode to single shot
:PULSE:TRIG:MODE TRIG <cr> <lf>
sets system to external trigger
:PULS:EXT:LEV 2.5 <cr> <lf>
sets trigger level to 2.5 v
:PULS:EXT:EDGE RIS <cr> <lf>
set to trigger on rising edge
To arm the instrument in external gate mode, use either of the following com-
mands:
:PULSE0:STATE ON <cr> <lf>
arms the instrument
:INST:STATE ON <cr> <lf>
alternate form if T
o
is currently selected
A software generated external trigger can be generated by using the following
command:
*TRG <cr> <lf>
generates a software external trigger