Pytektronix

Latest version: v1.0.4

Safety actively analyzes 623368 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

1.0.4rc

version

1.0.3rc1

version

1.0.3rc

Added a `None` as `value` passing to `_global_setter` as `value` has no default

1.0.2rc

Fixed error in `scopes.py`

1.0.1rc

Measurements are now available. To access a channels measurement, simply query the channels measurement object.

from pytektronix import MDO3024

scope = MDO3024(...)

frequency = scope.get_channel_measurement("ch1", "frequency")

One must specify the `get_channel_measurement(channel: str, measure_type: str)` with a channel in `[ch1, ch2, ch3, ch4]` and a measurement of one of the following:

- `amplitude`
- `area | carea`
- `burst`
- `cmean | mean | median | stdev`
- `crms | rms`
- `delay`
- `frequency | period | phase`
- `high | low`
- `hits`
- `min | max`
- `peakhits`
- `pedgecount | nedgecount`
- `pduty | nduty`
- `pk2pk`
- `povershoot | novershoot | tovershoot`
- `ppulsecount | npulsecount`
- `pwidth | nwidth`
- `rise | fall`
- `sigma1 | sigma2 | sigma3`
- `waveforms`

1.0.0

With the First Official Release of this library, we include documentation as well as a framework for MSO3024 and MSO54 Tektronix oscilloscopes.

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.