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.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size ha7000d-0.1.5-py3-none-any.whl (8.1 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size ha7000d-0.1.5.tar.gz (6.8 kB) | File type Source | Python version None | Upload date | Hashes View |