-
Notifications
You must be signed in to change notification settings - Fork 81
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
[DRAFT] [PSY5] Add 3W Transformer Struct #1247
Conversation
Add `with_units_base` feature
Fix for nothings in VOM table data parser
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 3WTransformer #1247 +/- ##
================================================
Coverage ? 84.43%
================================================
Files ? 182
Lines ? 8491
Branches ? 0
================================================
Hits ? 7169
Misses ? 1322
Partials ? 0
Flags with carried forward coverage won't be shown. Click here to find out more.
|
r_tertiary::Float64 | ||
x_tertiary::Float64 | ||
rating::Union{Nothing, Float64} | ||
r_12::Float64 |
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.
are these for the Y equivalent?
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.
Yes, the r_primary and those are the ones that are the equivalent, the r12 and those, are the direct params from PSSE
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.
We need to add the code that parses the PM data into the transformer object in this PR
@GabrielKS can you confirm this has everything we need to export the 3W transformer as well please |
Initial idea for 3W transformer based on PSSE.
We are not giving support to any tap voltage control (i.e.
COD1 = COD2 = COD3 = 0
), and we are assuming that all the data must come in system per unit. These requires the flagsCW = CZ = CM = 1
.