-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add transformer in- and out-going voltages to reporting #265
Conversation
transformer_report.power_distribution.tx_incoming_voltage = t_res[t_key][:incoming_voltage] | ||
transformer_report.power_distribution.tx_outgoing_voltage = t_res[t_key][:outgoing_voltage] |
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.
@kflemin Are there better output names than tx_incoming_voltage
and tx_outgoing_voltage
in the report? If so, we'll need to change both here and in urbanopt/urbanopt-reporting-gem#138
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.
nice!!
Pull Request Description
Checklist (Delete lines that don't apply)