You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You might be able to do something like this with the asammdf Python API. However, our Python API instead converts the MF4 channel-structure to a pandas dataframe structure (similar to a CSV).
Hi,
I am trying to load and decode an MF4 file using the python API. In the MATLAB API, the index of the CAN channel is passed to the
read
method:I could not find out how to do the same thing when using the python API. Currently my code looks like this:
This does decode the data, but the dataframe is not ordered in groups like when using MATLAB. Is it possible to do this with the python API?
The text was updated successfully, but these errors were encountered: