58
Getting Started
S
SS
Se
ee
ett
tttt
tti
ii
in
nn
ng
g g
g U
UU
Up a
p a p a
p a B
BB
Bu
uu
ur
rr
rs
ss
st
t t
t S
SS
Si
ii
ig
gg
gn
nn
na
aa
al
ll
l
P
PP
Pr
rr
ro
oo
og
gg
gr
rr
ra
aa
am
mm
mm
mm
mi
ii
ing
ng ng
ng
E
EE
Ex
xx
xa
aa
am
mm
mp
pp
pl
ll
le
ee
e
If you want to include this burst signal in your GP-IB program use the
following command lines. The comment lines starting with a # are not
required.
N
NN
NO
OO
OTE
TETE
TE A second channel is required.
# Reset the instrument to start from a defined, default status.
*RST
# Switch off the automatic display update to increase programming
# speed.
:DISPlay OFF
# Set the instrument to burst mode by selecting a burst count of 5.
# Choose double pulses for output 2. Select triggered mode by selecting
# PLL as the trigger source and set the burst repetition to 5 ms.
:TRIGger:COUNt 5 # Set Burst mode with burst count of 5
:ARM:SOURce INT2 # Set Triggered mode with PLL as trigger source
:ARM:PERiod 5US # Set burst repetition of 5 ms
:PULSe:DOUBle2 ON # second channel generates double
# pulses per period
# Set the period to 500 ns, for output 1 enter a width of 100 ns. For
# output 2 set the double pulse to 250 ns and the width to 100 ns. All
# edges set to 3 ns.
:PULSe:PERiod 500NS
:PULSe:WIDTh1 100NS
:PULSe:TRANsition1 3NS
:PULSe:WIDTh2 100NS
:PULSe:DOUBle2 ON
:PULSe:DOUBle2:DELay 250NS
:PULSe:TRANsition2 3NS
# Set the output amplitude to 2 Volts and the offset to 0.0 Volts for both
# channels.
:VOLTage 2V
:VOLTage2 2V
# Enable the output 1 and the output 2.
:OUTPut ON
:OUTPut2 ON
# To enable the complement output 1 and the complement output 2
# (only Agilent 81110A with Agilent 81112A 3.8V/330MHz Outputs installed)
# the following commands have to be included:
:OUTPut:COMPlement ON
:OUTPut2:COMPlement ON