We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf7e072 commit 7306588Copy full SHA for 7306588
1 file changed
OMPython/ModelicaSystem.py
@@ -1409,6 +1409,10 @@ def isParameterChangeable(
1409
self,
1410
name: str,
1411
) -> bool:
1412
+ """
1413
+ Return if the parameter defined by name is changeable (= non-structural; can be modified without the need to
1414
+ recompile the model).
1415
1416
q = self.getQuantities(name)
1417
if q[0]["changeable"] == "false":
1418
return False
0 commit comments