Agilent Technologies 5988-7401EN Sprinkler User Manual


 
Setting Up a Burst Signal Setting Up Generic and Advanced Signals
Agilent 81133A/81134A Pulse Generator User’s Guide, January 2005 51
Using the Remote Programming Interfaces
The following code performs the same tasks:
Protect the DUT
//disconnect channels
:OUTP:CENT OFF
Set Up the Instrument
//set mode to Burst, 2
:FUNC BURST, 2
//set period to 500 ps
:PER 500 ps
Set up Channel 1
//set signalmode to RZ
:DIG1:SIGN:FORM RZ
//set width to 100 ps
:WIDT1 100 ps
//set delay to 50 ps
:DEL1 50 ps
//set predefined levels to Custom values (Ampl=2V; Offset=0mV)
:VOLT1:AMPL 2 V; :VOLT1:OFFS 0 mV
//enable output channel 1
:OUTP1:POS ON
//set datalength to 32
:DIG:PATT:LENG 32
//set pattern in channel 1
:DIG1:PATT #23210100000000000000000000000000000, DUAL
Generate the Signals
//reconnect channels
:OUTP:CENT ON
// Set up the trigger
//set startmode to Ext. Input
:ARM:SOUR EXT
//set starton to Rising
:ARM:SLOP POS
//set threshold to 500 mV
:ARM:LEV 500 mV
//set trigger mode to Pulse
:OUTP0:SOUR PER
//set ampl to 2 V
:VOLT0:AMPL 2 V
//set offset to 0 V
:VOLT0:OFFSET 0 V
//enable trigger output
:OUTP0 ON