Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
asammdfgui_macos | 2020-12-07 | 93.0 MB | |
asammdfgui_linux | 2020-12-07 | 160.7 MB | |
asammdfgui_windows.exe | 2020-12-07 | 111.8 MB | |
README.md | 2020-12-07 | 666 Bytes | |
Release 6.0.0.tar.gz | 2020-12-07 | 4.7 MB | |
Release 6.0.0.zip | 2020-12-07 | 4.8 MB | |
Totals: 6 Items | 374.9 MB | 0 |
Changes
-
channel selection based on the channel name and source is now done with the method
MDF.whereis
- the argument
source
was removed from theget
methods - in case if ambiguity
get
will not return the first occurrence but rather it will raise an exception
- the argument
-
added initial support for decoding LIN bus logging
- only BDC files are accepted, LDF are not supported yet
MDF.extract_can_logging
replaced byMDF.get_bus_logging
- added
MF4.get_lin_signal
and the genericMF4.get_bus_signal
- implements [#437], [#426]
Fixes
- fixes [#445], [#444], [#442], [#441], [#440], [#439], [#438], [#431], [#430]