Asammdf extracting more metadata

1.2k Views Asked by At

Hi I am using asammdf library for handling MF4 files. When I open the file using asammdf GUI , in Info tab I can see information picture here. I am trying to extract the same info by calling .info() function on the same file as below.

data = MDF(r"C:\Users\vaasu\Desktop\data\Recorder_2020-06-05_10-22_0120.MF4")  

print(data.info())

But this is only giving channel group information. But I need "program identification" and "Measurement comment" as well. How can I read that using asammdf API?

1

There are 1 best solutions below

4
On