Python interface to Anritsu power meters
Project description
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
Release history Release notifications | RSS feed
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.9.tar.gz
(10.6 kB
view details)
Built Distribution
File details
Details for the file anritsu_pwrmtr-0.1.9.tar.gz
.
File metadata
- Download URL: anritsu_pwrmtr-0.1.9.tar.gz
- Upload date:
- Size: 10.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/54.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ee51aba3e1d44f4a81a400d5f67fd20d189efc88cda612c6b9fd64c16b2fa450 |
|
MD5 | 2ab624b0dd9c0d428fa2b5eed3d05752 |
|
BLAKE2b-256 | 9d647131c521da118a7fd07605b3aece0f955444da34a915942345b86ec22f5b |
File details
Details for the file anritsu_pwrmtr-0.1.9-py3-none-any.whl
.
File metadata
- Download URL: anritsu_pwrmtr-0.1.9-py3-none-any.whl
- Upload date:
- Size: 12.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/54.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 88b06dd394dd78b3446e8cfc885b77056244bcde389c0b5d3186d16aff478dda |
|
MD5 | 6b0b6db10ce5bcfd5ba2b2c8db021064 |
|
BLAKE2b-256 | 7c16dc2020f8a647a594676cb27bd002104c8629799b3ae52f4dd8f7e9a38c2f |