Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想<tx>用 python 读取 MDF/MDF3 文件中标签之间的特定用户输入注释。这可以使用asammdf或mdfreader吗?
<tx>
以“pythonic”方式解析文件会给某些文件带来乱码
您应该查看您感兴趣的块的注释属性。见https://asammdf.readthedocs.io/en/latest/api.html#mdf-version-2-3-blocks
你能举个例子说明需要解析什么 TXBLOCK 吗?MDFValidator 屏幕截图也不错。