Skip to main content

A Python package to control PMK's active oscilloscope probes.

Project description

PMK Probes Documentation Status

pmk-probes is a 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

BSD-3-Clause

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

pmk_probes-1.0.9.tar.gz (17.0 MB view hashes)

Uploaded Source

Built Distribution

pmk_probes-1.0.9-py3-none-any.whl (14.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