A Python package to control PMK's active oscilloscope probes.
Project description
PMK Probes
pmk-probes is the official Python package to control active oscilloscope probes by PMK.
Installation
Use the package manager pip to install pmk-probes.
pip install pmk-probes
Requirements
- Python 3.10 or higher
- pyserial
Usage
from pmk_probes.probes import BumbleBee2kV
from pmk_probes.power_supplies import PS03, Channel
ps = PS03('<YOUR_COM_PORT>') # replace with the COM port of your power supply or specify ip_address parameter
bumblebee1 = BumbleBee2kV(ps, Channel.CH1) # use the BumbleBee probe on channel 1
print(bumblebee1.metadata.serial_number) # print the serial number of the probe
bumblebee1.attenuation = 500 # set the attenuation to 500x
Documentation
The documentation is available at https://pmk-probes.readthedocs.io.
License
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
pmk_probes-1.0.14.tar.gz
(17.0 MB
view details)
Built Distribution
File details
Details for the file pmk_probes-1.0.14.tar.gz
.
File metadata
- Download URL: pmk_probes-1.0.14.tar.gz
- Upload date:
- Size: 17.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 26b655ba586f3bc33c7db99e2883d691dd11c7529f66b4bdd32a7a17210963b4 |
|
MD5 | 76ffa8204b31216455f3084793f1d331 |
|
BLAKE2b-256 | 4e39e3d8156c6f39c30bd6d35a9db58428e1170a0cc25e8514bac148c60adab2 |
File details
Details for the file pmk_probes-1.0.14-py3-none-any.whl
.
File metadata
- Download URL: pmk_probes-1.0.14-py3-none-any.whl
- Upload date:
- Size: 16.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1c739d834782a1441099f71b60e2f41c8b8f22faf25eacb0d1b7e356398c55c5 |
|
MD5 | 28827f83d3ff97351ef0169ebf0ba37e |
|
BLAKE2b-256 | 4490c5fee480eba7ef735be4e94825e0e53d302df5b05f46eb1cb384bdf88903 |