Skip to main content

Communication with Anritsu Lightning VNA

Project description

Build Status PyPI

anritsu_lightning

Python interface to the Anritsu Lightning 37xxxD VNA

Installation

> pip install anritsu_lightning

Usage

>>> from anritsu_lightning import CommChannel
>>> with CommChannel(address=6) as vna:
...     vna.ch3.parameter = "S21"
...     s21 = vna.read(channel=3, data_status="corrected")
>>> 

Supported features:

  • Measurement setup: frequency sweep, data points, etc.
  • Channel setup: parameter (S11, S12, ...), graph type, etc.
  • Graph setup: scale, reference, offset
  • Data transfer: channel data, screen bitmap, S2P file

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

anritsu_lightning-0.1.5.tar.gz (8.9 kB view hashes)

Uploaded Source

Built Distribution

anritsu_lightning-0.1.5-py3-none-any.whl (10.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