jetperch / pyjoulescope_ui

Joulescope graphical user interface
https://www.joulescope.com
Apache License 2.0
75 stars 23 forks source link

Add mechanism to display JLS metadata #209

Closed mliberty1 closed 11 months ago

mliberty1 commented 11 months ago

UI version

1.0.23

Your idea

The Joulescope UI can open and display waveforms from JLS files. However, it should display more metadata including:

  1. The user data strings
  2. The sources
  3. The signals for each
  4. The sampling rate for each FSR signal
mliberty1 commented 11 months ago

Workaround using python.

Setup:

  1. Install python for your platform
  2. pip install -U pyjls

Then, for each file: python -m jls info [filename.jls]

mliberty1 commented 11 months ago

Added to 1.0.27