Skip to main content

Python interface to Anritsu power meters

Project description

Build Status

anritsu_pwrmtr

Python interface to the Anritsu power meters

Installation

>pip install anritsu_pwrmtr

Usage

For ML243xA models that use GPIB:

>>> from anritsu_pwrmtr import CommChannel
>>> with CommChannel(13) as pm:
...     pm.ch1.read()
...
-10.1

For MA243x0A models that use USB:

>>> from anritsu_pwrmtr import CommChannel
>>> with CommChannel('<USB0::0x...::RAW>') as pm:
...     pm.read()
...
-10.1

Supported models:

  • ML243xA
  • MA243x0A

Supported features:

  • Channel configuration for Readout mode
  • Sensor calibration and zeroing
  • Measuring power in Readout mode

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_pwrmtr-0.1.5.tar.gz (10.4 kB view hashes)

Uploaded Source

Built Distribution

anritsu_pwrmtr-0.1.5-py3-none-any.whl (12.5 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