diff --git a/frads/eplus.py b/frads/eplus.py index cbe774b..5e91930 100644 --- a/frads/eplus.py +++ b/frads/eplus.py @@ -361,6 +361,19 @@ def callback_function(state): ) self.construction_handles[cfs] = handle self.construction_names[handle] = cfs + for w in self.model.fenestration_surface_detailed: + if ( + self.model.fenestration_surface_detailed[ + w + ].construction_name + in self.model.construction_complex_fenestration_state + ): + self.actuate_cfs_state( + w, + self.model.fenestration_surface_detailed[ + w + ].construction_name, + ) return callback_function