Differences

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

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
en:python-vxi11:start [2012/10/01 02:42]
127.0.0.1 external edit
en:python-vxi11:start [2013/06/23 07:39]
alex
Line 1: Line 1:
-====== ​PyVXI11 ​======+====== ​Python VXI-11 ​======
  
 ===== Introduction ===== ===== Introduction =====
  
-PyVXI11 ​is a Python implementation of the VXI-11 Ethernet instrument control protocol. ​+Python VXI-11 ​is a Python implementation of the VXI-11 Ethernet instrument control protocol. ​
  
 ===== Features ===== ===== Features =====
 +
 +  * Pure Python
 +  * Supports Python 2 and Python 3
 +  * Easy to use
 +  * Compatible with VXI-11 and LXI instruments
 +  * Compatible with VXI-11 to GPIB bridges (HP E2050A, etc.)
  
 ===== Documentation ===== ===== Documentation =====
Line 13: Line 19:
 ===== Repository ===== ===== Repository =====
  
-  * [[https://​github.com/​alexforencich/​pyvxi11|PyVXI11 ​on GitHub]] +  * [[https://​github.com/​alexforencich/​python-vxi11|Python VXI-11 ​on GitHub]]
- +
-===== Recent Commits ===== +
- +
-{{rss>​https://​github.com/​alexforencich/​pyvxi11/​commits/​master.atom author date}}+
  
 ===== Links ===== ===== Links =====
  
-  * [[http://www.vxibus.org/?q=node/206|VXI-11 ​specification]]+  * [[http://sdphca.ucsd.edu/​Lab_Equip_Manuals/​usbtmc_usb488_subclass_1_00.pdf|USBTMC specification]] 
 +  * [[http://​pypi.python.org/pypi/python-vxi11|Python ​VXI-11 ​on PyPI]]