Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
en:python-ivi:readme [2013/04/08 03:14]
alex [Usage example]
en:python-ivi:readme [2013/06/23 08:19]
alex [Instrument communication]
Line 22: Line 22:
 ===== Instrument communication ===== ===== Instrument communication =====
  
-Python IVI can use Python VXI-11, pySerial and linux-gpib to connect to instruments. The implementation of the initialize method takes a VISA resource string and attempts to connect to an instrument. If the resource string starts with TCPIP, then Python IVI will attempt to use Python VXI-11. If it starts with GPIB, it will attempt to use linux-gpib'​s python interface. If it starts with ASRL, it attemps to use pySerial. Integration with PyVISA is planned, but not currently supported. ​+Python IVI can use Python VXI-11, Python USBTMC, pySerial and linux-gpib to connect to instruments. ​ The implementation of the initialize method takes a VISA resource string and attempts to connect to an instrument. ​ If the resource string starts with TCPIP, then Python IVI will attempt to use Python VXI-11. ​ If it starts with USB, it attempts to use Python USBTMC.  ​If it starts with GPIB, it will attempt to use linux-gpib'​s python interface. ​ If it starts with ASRL, it attemps to use pySerial. ​ Integration with PyVISA is planned, but not currently supported. ​ 
  
 ===== A note on standards compliance ===== ===== A note on standards compliance =====