# 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 output function of output 1 to pulse.
:FUNCtion1 PULSe
# Set the period to 20 ns, the pulse width to 10 ns, the leading edge
# to 3 ns and the trailing edge to 5 ns.
# Settings are programmed for output 1.
:PULSe:PERiod1 20NS
:PULSE:WIDTh1 10NS
:PULSe:TRANsition1 3NS
:PULSe:TRANsition1:TRAiling:AUTO OFF
:PULSe:TRANsition1:TRAiling 5NS
# Set the high level to 3.3 Volts, the low level to 0.0 Volts.
:VOLTage1:HIGH 3.3V
:VOLTage1:LOW 0V
# Enable the output 1 and the complement output 1.
:OUTput1 ON
:OUTput1:COMPlement ON