Replies: 1 comment
|
Hi, dmd_file = pyDmdReader.DmdReader(filename)
dmd_file.configuration_xml # gives you the raw XML as a string
dmd_file.configuration_etree # gives you the parses xml tree objectFor channel configurations, look at the |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Sir, How to read *.dms file in python?
how can I get all channels and their setup, calibration in excel or any other format so that I can access through Python
All reactions