Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:python-ivi:start [2012/10/27 04:20] alex [Links] |
en:python-ivi:start [2014/07/22 21:02] (current) alex [Repository] |
||
---|---|---|---|
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 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 InfiniiVision 6000A 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 | ||
+ | * Chroma 62000P series | ||
+ | * Rigol DP800 series | ||
+ | * Rigol DP1000 series | ||
+ | * Tektronix PS2520G/PS2521G | ||
+ | * Spectrum Analyzers | ||
+ | * Agilent 859xA/B series | ||
+ | * Agilent 859xE/EM/C/L series | ||
+ | * RF Power Meters (pwrmeter) | ||
+ | * Agilent 436A | ||
+ | * Agilent 437B | ||
* RF Signal Generators (rfsiggen) | * RF Signal Generators (rfsiggen) | ||
* Agilent 8642 A/B | * Agilent 8642 A/B | ||
- | * Oscilloscopes (scope) | + | * Agilent ESG E4400B series |
- | * Agilent InfiniiVision 7000A series | + | * Other |
+ | * Agilent 8156A optical attenuator | ||
+ | * Agilent 85644/5A tracking source | ||
+ | * Agilent 86140B series optical spectrum analyzer | ||
+ | * Colby Instruments PDL10A Programmable Delay Line | ||
+ | * DiCon Fiberoptics GP700 Programmable Fiberoptic Instrument | ||
+ | * JDS Uniphase TB9 Series Optical Grating Filter | ||
+ | * Tektronix AM5030 programmable current probe amplifier | ||
+ | * Tektronix OA5000 series optical attenuator | ||
===== 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/python-ivi/python-ivi|Python IVI on GitHub]] | ||
===== Links ===== | ===== Links ===== | ||
Line 38: | Line 70: | ||
* [[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-usbtmc:]] | ||