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
Previous revision
Next revision Both sides next revision
en:python-ivi:start [2013/02/19 01:47]
alex [Features]
en:python-ivi:start [2013/12/17 06:51]
alex [Links]
Line 7: Line 7:
 ===== Features ===== ===== Features =====
  
 +  * Cross-platform
 +  * Pure Python
 +  * Easy to use API
   * Supported base classes   * Supported base classes
     * Scope (IviScope/​scope)     * Scope (IviScope/​scope)
Line 15: Line 18:
   * Included drivers   * Included drivers
     * Oscilloscopes (scope)     * Oscilloscopes (scope)
 +      * Agilent InfiniiVision 2000A/3000A series
       * Agilent InfiniiVision 7000A/B series       * Agilent InfiniiVision 7000A/B series
       * Agilent Infiniium 90000A/​90000X series       * Agilent Infiniium 90000A/​90000X series
Line 20: Line 24:
       * Tektronix AWG2000 series       * Tektronix AWG2000 series
     * DC Power Supplies (dcpwr)     * DC Power Supplies (dcpwr)
-      * Tektronix PS2520G/​PS2521G 
       * Agilent E3600A series       * Agilent E3600A series
 +      * Agilent 603xA series
 +      * Tektronix PS2520G/​PS2521G
     * RF Power Meters (pwrmeter)     * RF Power Meters (pwrmeter)
       * Agilent 436A       * Agilent 436A
Line 30: Line 35:
  
   * [[Readme]]   * [[Readme]]
 +  * [[writing-drivers]]
  
-===== Repository ​=====+===== Communication ​=====
  
-  * [[https://github.com/alexforencich/​python-ivi|Python IVI on GitHub]]+  * [[https://groups.google.com/d/forum/​python-ivi|Python-IVI Google Group]]
  
-===== Recent Commits ===== 
  
-{{rss>https://​github.com/​alexforencich/​python-ivi/​commits/​master.atom author date}}+===== Repository ===== 
 + 
 +  * [[https://​github.com/​alexforencich/​python-ivi|Python IVI on GitHub]]
  
 ===== Links ===== ===== Links =====
Line 43: Line 50:
   * [[http://​www.ivifoundation.org/​|IVI Foundation]]   * [[http://​www.ivifoundation.org/​|IVI Foundation]]
   * [[http://​pypi.python.org/​pypi/​python-ivi|Python IVI on PyPI]]   * [[http://​pypi.python.org/​pypi/​python-ivi|Python IVI on PyPI]]
-  * [[..:​python-vxi11:​|Python VXI-11 driver]]+  * [[..:​python-vxi11:​]] 
 +  * [[..:python-usbtmc:]]