You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@
7
7
*`MeasurementValue.time_stamp`
8
8
*`RelayInfo.curve_setting`
9
9
*`RelayInfo.reclose_fast`
10
+
* Removed `TracedPhases`. `Terminal.normalPhases` and `Terminal.currentPhases` should be used instead of `Terminal.tracedPhases` going forward. (missed in 0.48.0)
"""Represents the normal network phasing condition. If the attribute is missing three phases (ABC) shall be assumed."""
38
37
39
-
traced_phases: TracedPhases=TracedPhases()
40
-
"""the phase object representing the traced phases in both the normal and current network. If properly configured you would expect the normal state phases
41
-
to match those in `phases`"""
42
-
43
38
sequence_number: int=0
44
39
"""The orientation of the terminal connections for a multiple terminal conducting equipment. The sequence numbering starts with 1 and additional
45
40
terminals should follow in increasing order. The first terminal is the "starting point" for a two terminal branch."""
@@ -56,8 +51,16 @@ class Terminal(AcDcTerminal):
56
51
"""This is a weak reference to the connectivity node so if a Network object goes out of scope, holding a single conducting equipment
57
52
reference does not cause everything connected to it in the network to stay in memory."""
0 commit comments