Decoder Example #44
-
Is the code example on the main page still up to date? Could i pls get a short code for decoding? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Sorry for the inconvenience, the parsing interface has changed since, the LDF class is now a container only and the parsing is done separately. Replacing the read step with I recommend checking the examples found here as they will be always up to date, because they're tested in the CI workflow. |
Beta Was this translation helpful? Give feedback.
Sorry for the inconvenience, the parsing interface has changed since, the LDF class is now a container only and the parsing is done separately.
Replacing the read step with
ldf = ldfparser.parseLDF("MQB2020.ldf")
should be do the trick.I recommend checking the examples found here as they will be always up to date, because they're tested in the CI workflow.