How to open measurements file via python #933
Unanswered
tinkeringtuck
asked this question in
Q&A
Replies: 2 comments 7 replies
-
|
The argument for the from asammdf.gui.asammdfgui import main
main(['file_path']) |
Beta Was this translation helpful? Give feedback.
6 replies
-
|
Attempting that required the install of C++ build tools, but doing so allowed progress and I was able to successfully run
Unfortunately, now I am getting the following error: |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
in a terminal, I can open a measurements file via
asammdf --measurements <file_path>. I want to do this programmatically via python. I see in the documentation you can plot individual signals, but I basically want to mimic the functionality of the above terminal command. I found the main() function from asammdf.gui.asammdfgui and tried the following:A asammdf[gui] window opens but no channels/signals are shown like when running
asammdf --measurements <file_path>from the terminal. Am I missing something obvious here or going about this the wrong way?Thanks.
Beta Was this translation helpful? Give feedback.
All reactions