Accessing global data #58
-
|
Hi there So, I would like to get the global values in the form of I have a Network HD Result file ( The above gives me: So, I can see it is there, but how do I access the data/values? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
I feel like a complete moron! I just added this in the The So, I can read the query in my result file, doing this: Thus, it returns a Sorry bothering you all! |
Beta Was this translation helpful? Give feedback.
Hi there,
Glad that you found a solution. We actually really appreciate posts like this to help make MIKEIO 1D more intuitive for users, so thanks!
In the latest version (v0.4.0), we tried to make this a bit easier. You should now be able to accomplish the above by:
You may also notice that there's autocompletion for the quantity types if you're using an IDE like vscode.
If you have any suggestions, feel free to make them on these boards :)
Cheers,
Ryan