Daniel Hrisca
Daniel Hrisca
See `mdf.to_dataframe`
Hello, do you use exactly the same channels in the GUI and using the API?
Maybe the channels appear multiple times in the file. What is the output of this? ```python mdf = MDF(filename) for name in required_channels: print(name, mdf.channels_db[name]) ```
I need to check in the morning how the channels are selected in both cases. How do you create the Tabular window in the GUI: drag and drop from the...
Do you have the "Internal file view" or the "Natural sort" for the channels tree?
when you use the API all the channels are exported in the dataframe. Some of the channels have a high sampling rate, and in the end all the channels are...
@mw25 please try the development branch code (6.3.0.dev39)
> What do you think, could you include the signal names in the data frame? The ``empty_channels`` argument should be used in this case
Have a look at this https://github.com/vectorgrp/XCPlite
Many of today's automotive ECUs support XCP. You could modify the vector demo code and run it on a raspberry pi for example