How to retrieve variables in the MsgOutput_*.gdx file #884
Replies: 2 comments
-
Hi @cheolhung, thanks for your question :) That being said, you can study |
Beta Was this translation helpful? Give feedback.
-
One likely possibility for why your error occurs (thanks to @khaeru for pointing that out): |
Beta Was this translation helpful? Give feedback.
-
Dear developers,
I attempted to retrieve variables from a MsgOutput_*.gdx file using Python. For example, I tried running scenario.var('ACT_UP').query('Level>0'), but encountered the following error message:
RuntimeError: unhandled Java exception: There is no variable 'ACT_LO'!
Is there a general method or best practice for retrieving any variable (such as COMMODITY_USE) that exists in a MsgOutput_*.gdx file?
Thank you in advance for your help.
Beta Was this translation helpful? Give feedback.
All reactions