Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: nonlaminar/pytektronix

v1.0.4rc

06 Dec 18:16

Choose a tag to compare

v1.0.4rc Pre-release
Pre-release

version

v1.0.3rc1

06 Dec 18:14

Choose a tag to compare

v1.0.3rc1 Pre-release
Pre-release

version

v1.0.3rc

06 Dec 18:11

Choose a tag to compare

v1.0.3rc Pre-release
Pre-release

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

v1.0.2rc

06 Dec 18:03

Choose a tag to compare

v1.0.2rc Pre-release
Pre-release

Fixed error in scopes.py

v1.0.1rc - Adding measurements to channels

04 Dec 04:21

Choose a tag to compare

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

v1.0

18 Sep 22:28

Choose a tag to compare

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

0.1.1 - MSO54 patch

16 Aug 16:51

Choose a tag to compare

0.1.1 - MSO54 patch Pre-release
Pre-release

Patch Notes:

Fixed error causing level setting to create a key-error on MSO54

official beta

15 Aug 20:19

Choose a tag to compare

  • accepted_value now in individual scope classes - to be removed in v0.2.0
  • new formats for scope.get_waveform: default returns a - list returns a <python_list> of exactly the bytearray data, and np_array returns a numpy array with bytes being interpreted from the waveform.data_width property. The list will have the proper integers.
  • the MSO54 scope class has been mostly implemented

pytektronix-v0.0.1

10 Aug 18:48

Choose a tag to compare

packaged and released v0.0.1