Simulation Control

Create simulation controls with instructions for which types of EnergyPlus calculations to run.
- do_zone_sizingBoolean for whether the zone sizing calculation should be run. Default: True.
- do_system_sizingBoolean for whether the system sizing calculation should be run. Default: True.
- do_plant_sizingBoolean for whether the plant sizing calculation should be run. Default: True.
- for_sizing_periodBoolean for whether the simulation should be run for the sizing periods. Default: False.
- for_run_periodBoolean for whether the simulation should be run for the run periods. Default: True.
- sim_controlA SimulationControl object that can be connected to the "HB Simulation Parameter" component in order to specify which types of EnergyPlus calculations to run.
Last modified 1yr ago