danielhrisca / asammdf

Fast Python reader and editor for ASAM MDF / MF4 (Measurement Data Format) files
GNU Lesser General Public License v3.0
655 stars 226 forks source link

time_from_zero arguement missing from get_group() documentation #1069

Closed DT-one closed 2 months ago

DT-one commented 3 months ago

Just debugged an issue where I've switched from reading signals individually to using get_group(). It is faster.

I note that get_group() produces a dataframe as does to_dataframe().

I needed to get the dataframe out with correct time stamps.

Thankfully I found that get_group() supports the time_from_zero argument like to_dataframe() does but it is missing from the documentation.