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/17 10:52]
alex [Links]
en:python-ivi:start [2013/12/17 06:53]
alex [Features]
Line 7: Line 7:
 ===== Features ===== ===== Features =====
  
 +  * Cross-platform
 +  * Pure Python
 +  * Easy to use API
   * Supported base classes   * Supported base classes
-    * DC power supply ​(IviDcPwr/dcpwr)+    * Scope (IviScope/scope)
     * Function generator (IviFgen/​fgen)     * Function generator (IviFgen/​fgen)
 +    * DC power supply (IviDcPwr/​dcpwr)
 +    * Spectrum analyzer (IviSpecAn/​specan)
     * RF power meter (IviPwrMeter/​pwrmeter)     * RF power meter (IviPwrMeter/​pwrmeter)
     * RF signal generator (IviRfSigGen/​rfsiggen)     * RF signal generator (IviRfSigGen/​rfsiggen)
-    * Scope (IviScope/​scope) 
   * Included drivers   * Included drivers
-    * DC Power Supplies ​(dcpwr+    * Oscilloscopes ​(scope
-      * Tektronix PS2520G/PS2521G +      * Agilent InfiniiVision 2000A/3000A series 
-      * Agilent ​E3600A ​series+      * Agilent ​InfiniiVision 7000A/B series 
 +      * Agilent Infiniium 90000A/​90000X ​series
     * Function Generators (fgen)     * Function Generators (fgen)
       * Tektronix AWG2000 series       * Tektronix AWG2000 series
 +    * DC Power Supplies (dcpwr)
 +      * Agilent E3600A series
 +      * Agilent 603xA series
 +      * Tektronix PS2520G/​PS2521G
 +    * Spectrum Analyzers
 +      * Agilent 8595E
 +    * RF Power Meters (pwrmeter)
 +      * Agilent 436A
     * RF Signal Generators (rfsiggen)     * RF Signal Generators (rfsiggen)
       * Agilent 8642 A/B       * Agilent 8642 A/B
-    * Oscilloscopes (scope) 
-      * Agilent InfiniiVision 7000A series 
  
 ===== Documentation ===== ===== Documentation =====
  
   * [[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 40: Line 53:
   * [[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:]]