home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 January / PCWELT_1_2006.ISO / pcwsoft / autoit-v3-setup.exe / Examples / _viGpibBusReset.au3 < prev    next >
Encoding:
Text File  |  2005-02-06  |  206 b   |  7 lines

  1. ; This example tries to "reset" the GPIB bus after a BUS "lock". This is rare,
  2. ; but it might happen if one of the instruments connected to the BUS has crashed
  3.  
  4. #include <Visa.au3>
  5.  
  6. _viGpibBusReset()
  7.