How to set window opening for windows with different fract_area_oper in the same room?

Hi @sinag,

I think the set up you have there will apply the second window opening control to all openings.

There might be a way to do this with the components, but I feel like this might be something that you need a python component for.

If you look at the code in the HB Window Opening component:

Hopefully you’ll be able to follow the logic of how the window opening is being assigned.

It might be possible to use some of this code, but instead of applying the vent opening to the room, it may be possible to apply it to the aperture by doing

vent_aps = aperture.properties.energy.assign_ventilation_opening(vent_open)

You’d then have to build some logic to filter the apertures to assign one type of control to one set and another to the other set.