Skip to main content

Python interface to Holzworth HA7062D Phase Noise Analyzer

Project description

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

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.5.tar.gz (6.8 kB view hashes)

Uploaded Source

Built Distribution

ha7000d-0.1.5-py3-none-any.whl (8.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page