Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions IDEAS/Buildings/Components/Interfaces/PartialZone.mo
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,7 @@ model PartialZone "Building zone model"
Dialog(group="Occupants (optional)"),
Placement(transformation(extent={{80,22},{60,42}})));

replaceable parameter IDEAS.Buildings.Components.OccupancyType.OfficeWork occTyp annotation(
Placement(visible = true, transformation(origin = {0, 0}, extent = {{80, 82}, {100, 102}}, rotation = 0)))
replaceable parameter IDEAS.Buildings.Components.OccupancyType.OfficeWork occTyp
constrainedby
IDEAS.Buildings.Components.OccupancyType.BaseClasses.PartialOccupancyType
"Occupancy type, only used for evaluating occupancy model and comfort model"
Expand Down
Loading