Replies: 1 comment 18 replies
-
It depends on which toolbox. For the heat toolbox for example, you can do the following heat.addParameterInModelProperties("name", value)
heat.updateParameterValues() But in other toolboxes, for example cfpdes, the method To read the parameters, we need to wrap the ModelProperties and ModelParameters class. |
Beta Was this translation helpful? Give feedback.
18 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Unless I'm wrong, there is no way to interact with the parameters defined in a json model file from the python interface.
(at least in the develop or the prudhomm-issue1626 branch). We definitively need this kind of features.
Beta Was this translation helpful? Give feedback.
All reactions