-
Notifications
You must be signed in to change notification settings - Fork 20
ElectricPanel: add BranchCircuits and ServiceFeeders #435
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Haven't looked very closely, just happened to notice these.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks pretty good. One comment about units below. Also, does it make sense to have some connection between BranchCircuits
and ServiceFeeders
?
|
Is it possible to rename |
schemas/HPXMLBaseElements.xsd
Outdated
<xs:sequence> | ||
<xs:group ref="SystemInfo"/> | ||
<xs:element minOccurs="0" name="LoadType" type="ServiceFeederLoadType"/> | ||
<xs:element minOccurs="0" name="PowerRating" type="HPXMLDouble"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be required to be greater than zero?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this should be greater than or equal to zero.
|
Add 4 new fields to ElectricPanel:
HeadroomSpaces
,RatedTotalSpaces
,BranchCircuits
, andServiceFeeders
.ElectricPanel:
HeadroomSpaces
(integer greater than or equal to zero)RatedTotalSpaces
(integer greater than zero)BranchCircuits
mirrors a main panel (or subpanel) breaker box:ServiceFeeders
supports service load calculations (e.g., 2023 NEC load-based):