Change annotation(Evaluate=true/false ) for parameters in models from Modelica Standard Library
问题 I am using some components from the Modelica Standard Library (MSL) in my simulations. These components each have some parameters. For example, Modelica.Fluid.Sources.MassFlowSource_T has a parameter m_flow . Usually, parameters can be changed between simulation runs without re-compilation. This is not the case for m_flow , because it has an annotation(Evaluate=true) , so it is used for symbolic processing. Is it possible to change the annotations of parameters at instantiation? I tried the