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.18.tar.gz
(5.8 MB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pmk_probes-1.0.18.tar.gz.
File metadata
- Download URL: pmk_probes-1.0.18.tar.gz
- Upload date:
- Size: 5.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.24 {"installer":{"name":"uv","version":"0.9.24","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":null,"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9194cbf1b488d42857eb87b986a63f0168477559553b3e9d19ab29970339fe07
|
|
| MD5 |
19effc1198a3998ad017ae08911d28fa
|
|
| BLAKE2b-256 |
7dbf6f389d48e06a70b3ed46f5c47ae86a8311bd94503298e497b328d9e2dd95
|
File details
Details for the file pmk_probes-1.0.18-py3-none-any.whl.
File metadata
- Download URL: pmk_probes-1.0.18-py3-none-any.whl
- Upload date:
- Size: 21.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.24 {"installer":{"name":"uv","version":"0.9.24","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":null,"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b75535c5d999782c3ed2b049c8355f44354a57c8d17bf28c25ebf8146e90151
|
|
| MD5 |
3bed6a41c1780caa22b82848f6d993cc
|
|
| BLAKE2b-256 |
f3c01ffcf34cbaa8f4ff3f215166a4811744c5747335b9cf697be8047025d19e
|