-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecate ElectricEquipmentITEAirCooledDefinition's "Watts per Zone Floor Area" and replace with "Watts per Space Floor Area" #5103
Comments
The schedules should never have been optional, but defaulted to always on: OpenStudio/src/model/ElectricEquipmentITEAirCooled.hpp Lines 52 to 60 in c48911e
but this would be an API break now |
Seems like the "Number of Units" field was omitted from the implementation. I think it's replaced by |
All other |
Setters don't clear the other field. setWattsperFloorArea should clear the Watts Per Unit one, and vice versa |
…r Zone Floor Area" and replace with "Watts per Space Floor Area"
Fix #5103 - ElectricEquipmentITEAirCooled / ElectricEquipmentITEAirCooledDefinition - align objects with other SpaceLoads
Enhancement Request
Deprecate ElectricEquipmentITEAirCooledDefinition's "Watts per Zone Floor Area" and replace with "Watts per Space Floor Area"
Detailed Description
cf #5090 (comment)
Possible Implementation
Straightforward.
The text was updated successfully, but these errors were encountered: