Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions ditto/models/winding.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ class Winding(DiTToHasTraits):
nominal_voltage = Float(
help="""The nominal voltage of the transformer winding""", default_value=None
)
base_voltage = Float(
help="""The voltage basis for per unit calculations""", default_value=None
)
voltage_limit = Float(
help="""The maximum voltage allowed on the PT secondary.""", default_value=None
)
Expand Down
Loading