home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 February / PCWorld_2006-02_cd.bin / software / vyzkuste / triky / triky.exe / autoit-v3-setup.exe / Examples / _viFindGpib.au3 < prev    next >
Text File  |  2005-02-06  |  201b  |  7 lines

  1. ; This example performs a search on the GPIB bus and shows the results in a MsgBox
  2.  
  3. #include <Visa.au3>
  4.  
  5. Dim $a_descriptor_list[1], $a_idn_list[1]
  6. _viFindGpib($a_descriptor_list, $a_idn_list, 1)
  7.