Download Agilent Technologies 81101A Programming instructions
Transcript
Getting Started Setting Up a Burst Signal Programming example 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. # 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 2. Choose double pulses. Select triggered mode by selecting # PLL as the trigger source and set the burst repetition to 2 µs. :TRIGger:COUNt 2 # Set Burst mode with burst count of 2 :ARM:SOURce INT2 # Set Triggered mode with PLL as # trigger source :ARM:PERiod 2US # Set burst repetition of 2 µs :PULSe:DOUBle ON # second channel generates double pulses # per period # Set the double pulse delay to 200 ns and the width to 100 ns. :PULSe:PERiod 500NS :PULSe:WIDTh 100NS :PULSe:DOUBle:DELay 200NS # Set the output amplitude to 2 Volts and the offset to # 0.0 Volts. :VOLTage 2V # Enable the output. :OUTPut ON 42