ha7000d

Python interface to Holzworth HA7062D Phase Noise Analyzer


Keywords
ha7062d, holzworth
License
MIT
Install
pip install ha7000d==0.1.5

Documentation

Build Status

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