Agilent Technologies 5988-7401EN Sprinkler User Manual


 
Setting Up a Pulse Signal Setting Up Generic and Advanced Signals
Agilent 81133A/81134A Pulse Generator User’s Guide, January 2005 39
Using the Remote Programming Interfaces
The following code performs the same task.
Protect the DUT
//disconnect channels
:OUTP:CENT OFF
Set up the Instrument
//set mode to Pulse/Pattern
:FUNC PATT
//set period to 20 ns
:PER 20 ns
Set up Channel 1
//set pattern mode to Pulse
:FUNC:MODE1 PULSE
//set width to 5 ns
:WIDT1 5 ns
//set ampl to 2 V
:VOLT1:AMPL 2.000 V
//set offset to 1.5 V
:VOLT1:OFFSET 1.5 V
//enable output channel 1
:OUTP1:POS ON
Generate the Signals
//reconnect channels
:OUTP:CENT ON
//use trigger mode Pulse
:OUTP0:SOUR PER
//enable trigger output
:OUTP0 ON