Python interface to Holzworth HA7062D Phase Noise Analyzer
Project description
ha7000d
Python interface to the Holzworth HA7000D series Phase Noise Analyzer
Installation
$ pip install ha7000d
Usage
>>> from ha7000d import CommChannel
>>> import matplotlib.pyplot as plt
>>> with CommChannel("<ip address>") as pna:
>>> x, y = pna.read()
>>> plt.semilogx(x, y)
[<matplotlib.lines.Line2D object at ...]
>>> plt.show()
>>>
Supported
- Configuration
- Acquisition
- Not supported: LO calibration
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ha7000d-0.1.2.tar.gz
(6.4 kB
view hashes)