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.13.tar.gz
(17.0 MB
view details)
Built Distribution
File details
Details for the file pmk_probes-1.0.13.tar.gz
.
File metadata
- Download URL: pmk_probes-1.0.13.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 | 12e47b4a3309697e91a826a506afb640732481024e53d0f983b9146c9d39f411 |
|
MD5 | fa5015ed9d71186ffd2859be0a94eea5 |
|
BLAKE2b-256 | 8f45e1914bdab703005d475298509de89a4f6c234c89dbd6d607357a890c0798 |
File details
Details for the file pmk_probes-1.0.13-py3-none-any.whl
.
File metadata
- Download URL: pmk_probes-1.0.13-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 | 9769828530b6c17755c67ce080bb66c831b5d61ebfc61d331ecc72435b2c7994 |
|
MD5 | 682d50ef9eaa36dc293ff519f1f0c95e |
|
BLAKE2b-256 | 3701a73ff32efd3f3317d82278d6f95d571356b2c3c54a4a119e2996c39a0142 |