Decoder Example #44
|
Is the code example on the main page still up to date? Could i pls get a short code for decoding? |
Answered by
c4deszes
May 10, 2021
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. |
3 replies
Answer selected by
c4deszes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.