Neoguri
Neoguri

Reputation: 51

Same Signal name in asammdf

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?

Upvotes: 1

Views: 455

Answers (1)

danielhrisca
danielhrisca

Reputation: 730

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)

Upvotes: 0

Related Questions