bennomeier / leCroyParser

A Python Module to parse LeCroy Binary Trace Files
MIT License
12 stars 8 forks source link

Update __init__.py #14

Closed fiorotto8 closed 1 year ago

fiorotto8 commented 1 year ago

Added waveINsequence property to get the number of segments in a sequence. byte 144 contains such value. I tested it and it seems it works. Let me know if you find some issues.

fiorotto8 commented 1 year ago

Sorry for that, I changed it in sequenceSegement

bennomeier commented 1 year ago

Perfect, thanks!