You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm currently working with TDM files created with Labview and trying to move from DIAdem to Python for data analysis purposes.
However, it seems the files created both by labview and DIAdem are in my case most definitely XML files.
Are there any plans to add support for that ?
The text was updated successfully, but these errors were encountered:
I'm not personally adding any more features to npTDMS, so I don't plan to add XML support. If somebody wanted to implement that support then I'd be happy to include it though. If you're working on Windows you could try using the Python library based on NI's DLL: https://pypi.python.org/pypi/cTDMS
2020 update: I've been working on tidying up npTDMS recently, fixing some old issues and implementing a few more features. I think it would be worthwhile to support TDM files, but I'm not sure how closely the format maps to the binary TDMS format so this might involve significant work and code changes. There's no documentation on the TDM XML format like there is for TDMS files, but it should be much more straightforward to understand given some example files.
I don't have access to LabVIEW any more so can't easily test this out, and given it's probably a significant amount of work I still don't intend to add this feature, but I'll keep this issue open in case anybody wants to take a look (although nobody has in the last 5 years so it's likely this will just remain open).
Hi,
I'm currently working with TDM files created with Labview and trying to move from DIAdem to Python for data analysis purposes.
However, it seems the files created both by labview and DIAdem are in my case most definitely XML files.
Are there any plans to add support for that ?
The text was updated successfully, but these errors were encountered: