0

I'm using asammdf library and trying to get measurement values. But mdf files have 4 ECUs and some signals have same name with different bus channel.

Also, I got group information but I don't know what it is. For example, like this. <asammdf.blocks.v4_blocks.SourceInformation object at 0x000001E46A45C180>

So, How can I know signals that came from which ECUs?

Neoguri
  • 11
  • 1
  • asammdf looks like the perfect name for a library that emulates a cat walking on a keyboard. Imagine my disappointment when I discovered that is a simple parser – Sembei Norimaki May 23 '23 at 09:38

1 Answers1

0

You should be able to find the specific channels using the method whereis (see https://asammdf.readthedocs.io/en/latest/api.html#asammdf.mdf.MDF.whereis)

danielhrisca
  • 665
  • 1
  • 5
  • 11