CIM Issues #5298
5295:5298 61970 PhaseImpedanceData cleanup for ACLineSegment physical modeling
61970-301, 61968-13
Description
The ability to link phase to position is provided by the changes to 61968 classes described in Issue #5295- Joint issue on ACLineSegment physical modeling clarification. This obviates the need for the .fromPhase and .toPhase attributes of the PhaseImpedanceData class.
Files
Proposed Solution
The following is proposed:
PhaseImpedanceData – Delete the .fromPhase and .toPhase attributes as they are now redundant. Phase identification is supplied by either the ACLineSegmentPhase class or the WirePosition class and is referenced via the PhaseImpedanceData.row and .column attributes which map to either ACLineSegmentPhase.sequenceNumber or WirePosition.sequenceNumber.
Release Notes
61970 changes
Delete attribute PhaseImpedanceData.fromPhase
Delete attribute PhaseImpedanceData.toPhase
See attached 2020-01-30 Device Datasheet ACLineSegment requested UML updates.docx for details.
Related issues
Updated by Chuck DuBose 6 months ago
- Related to CIM Issues #5295: Joint issue on ACLineSegment physical modeling clarification added