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
The 'Do HVAC Sizing Simulation for Sizing Periods' field in the SimulationControl object allows for coincident sizing of plant loops. This currently isn't available in the OS data model and so will require adding something like the following: workspace.getObjectsByType('SimulationControl'.to_IddObjectType)[0].setString(5, 'Yes') workspace.getObjectsByType('SimulationControl'.to_IddObjectType)[0].setString(6, '4')
If this is used to show coincident load, the load output should also show the non-coincident for each loop as engineers are used to looking at this data point as well.
The text was updated successfully, but these errors were encountered:
The 'Do HVAC Sizing Simulation for Sizing Periods' field in the SimulationControl object allows for coincident sizing of plant loops. This currently isn't available in the OS data model and so will require adding something like the following:
workspace.getObjectsByType('SimulationControl'.to_IddObjectType)[0].setString(5, 'Yes') workspace.getObjectsByType('SimulationControl'.to_IddObjectType)[0].setString(6, '4')
If this is used to show coincident load, the load output should also show the non-coincident for each loop as engineers are used to looking at this data point as well.
The text was updated successfully, but these errors were encountered: