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
In Buildings library, class Buildings.Controls.OBC.ASHRAE.G36.VentilationZones.ASHRAE62_1.Setpoints, the enable condition in
parameter Boolean have_typTerUni=false
"True: the zone has typical terminal units and CO2 sensor"
annotation(Dialog(enable=have_CO2Sen and not have_SZVAV and not have_parFanPowUni));
will be parsed as:
"element_modification": {
"name": "enable",
"modification": {
"equal": true,
"expression": {
"simple_expression": "have_CO2Sen and not have_SZVAV and not have_typTerUni"
}
}
}
In Buildings library, class
Buildings.Controls.OBC.ASHRAE.G36.VentilationZones.ASHRAE62_1.Setpoints
, the enable condition inwill be parsed as:
The expected output is
The text was updated successfully, but these errors were encountered: