You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently ctrl-flow parser can only handle replaceable components inside Modelica templates.
This ticket is to add support for replaceable models.
Additional details are provided in the joint MBL issue lbl-srg/modelica-buildings#3507.
The text was updated successfully, but these errors were encountered:
There is another issue that the branch issue3507_replaceableClass reveals.
In this branch, the component secRel of Buildings.Templates.AirHandlersFans.Components.OutdoorReliefReturnSection.MixedAirWithDamper is a simple replaceable component that should be visible in the configuration panel, but it isn't.
The corresponding option object in templates.json is:
[EDIT] The component secRel isn't visible in the configuration form because its container component secOutRel isn't prefixed with replaceable in MBL commit a497569524. Adding the keyword replaceable, as in commit 6ca76bef6f, makes the component visible, as it should be.
Currently ctrl-flow parser can only handle replaceable components inside Modelica templates.
This ticket is to add support for replaceable models.
Additional details are provided in the joint MBL issue lbl-srg/modelica-buildings#3507.
The text was updated successfully, but these errors were encountered: