
--------------------------------------------------
M: Main
 Device Type              : Main
 Description              :
   1. The program requires the Agilent 33250A/33220A plug and play driver.
   2. This driver can be found at www.agilent.com/find/drivers
   3. 
   4. This program sets up a burst waveform with a 270 degree starting
   5. phase.  By adding an offset voltage to the burst, a "haversine" is
   6. created.  
   7. 
   8. This program was written using:
   9. VEE Pro 6
   10. Agilent GPIB
   11. Win 2000
 Context is secured       : off
 Trig mode                : Degrees
 Popup Panel Title Text   : Untitled
 Show Popup Panel Title   : on
 Show Popup Panel Border  : on
 Popup Moveable           : on
 Popup Panel Title Text Color         : Object Title Text
 Popup Panel Title Background Color   : Object Title
 Popup Panel Title Text Font          : Object Title Text
 Delete Globals at Prerun : on

M.1: Main/Reset Instrument
 Device Type              : VXIplug&play
 Transactions             : ag33250a_reset(instrHandle)

M.3: Main/Error Message
 Device Type              : AlphaNumeric
  Input pin  1            : Data (Any, Any)
 Clear At Prerun          : on
 Clear at Activate        : on
 Indices Enabled          : on

M.4: Main/Error Number
 Device Type              : AlphaNumeric
  Input pin  1            : Data (Any, Any)
 Clear At Prerun          : on
 Clear at Activate        : on
 Indices Enabled          : on

M.5: Main/Check Errors
 Device Type              : VXIplug&play
  Output pin 1            : errorNum
  Output pin 2            : error_message
 Transactions             : ag33250a_error_query(instrHandle, errorNum, error_message)

M.6: Main/Carrier 5kHz Sine @ 5 Vpp
 Device Type              : VXIplug&play
 Transactions             : ag33250a_appl(instrHandle, ag33250a_APPL_SIN, 5000, 5, 0)

M.7: Main/Burst Count is 1 cycle
 Device Type              : VXIplug&play
 Transactions             : ag33250a_bmNcyc(instrHandle, 1)

M.8: Main/Starting phase is 270 degrees
 Device Type              : VXIplug&play
 Transactions             : ag33250a_bmPhas(instrHandle, 270)

M.9: Main/Offeset Voltage is 2.5 Vdc
 Device Type              : VXIplug&play
 Transactions             : ag33250a_voltOffs(instrHandle, 2.5)

M.10: Main/Trigger Source is Bus
 Device Type              : VXIplug&play
 Transactions             : ag33250a_trigSour(instrHandle, ag33250a_TRIGGER_SOUR_BUS)

M.11: Main/FuncGen (ag33250a @ 710)
 Device Type              : Direct I/O
 Transactions             : EXECUTE TRIGGER

M.12: Main/Turn On Burst Mod & Instrument Output
 Device Type              : VXIplug&play
 Transactions             :
   1. ag33250a_bmStat(instrHandle, ag33250a_BM_STAT_ON)
   2. ag33250a_outpSetup(instrHandle, ag33250a_OUTPUT_SETUP_ON)

M.13: Main/Trigger Bus
 Device Type              : OK
  Output pin 1            : Go
 Assign to Enter Button   : on
 Assign to Escape Button  : on

M.17: Main/How to run program
 Device Type              : Note Pad
 Note Contents            :
   1. 1)Select Number of times to manually Trigger
   2. 2)Run Program
   3. 3)Push "Trigger Bus" button to trigger a burst
   4. 
   5. See Main Description for more details.
   6. 

M.18: Main/Warranty Disclaimer
 Device Type              : Note Pad
 Note Contents            :
   1. This example is provided as an illustration
   2. "as is", and Agilent Technologies makes
   3. no warranty of any kind with regard to this
   4. example.

M.19: Main/Agilent Copyright
 Device Type              : Note Pad
 Note Contents            :
   1. \' """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
   2. \'    Copyright  2003 Agilent Technologies Inc. All rights
   3. \'    reserved.
   4. \'
   5. \' You have a royalty-free right to use, modify, reproduce and distribute
   6. \' the Sample Application Files (and/or any modified version) in any way
   7. \' you find useful, provided that you agree that Agilent has no
   8. \' warranty,  obligations or liability for any Sample Application Files.
   9. \'
   10. \' Agilent Technologies provides programming examples for illustration only,
   11. \' This sample program assumes that you are familiar with the programming
   12. \' language being demonstrated and the tools used to create and debug
   13. \' procedures. Agilent support engineers can help explain the
   14. \' functionality of Agilent software components and associated
   15. \' commands, but they will not modify these samples to provide added
   16. \' functionality or construct procedures to meet your specific needs.
   17. \' """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
   18. 

M.28: Main/# of times to Manually Trigger
 Device Type              : For Count
  Output pin 1            : Count
 Count                    : 5
