cimpy.cgmes_v2_4_15.PositionPoint module
- class cimpy.cgmes_v2_4_15.PositionPoint.PositionPoint(Location=None, sequenceNumber=0, xPosition='', yPosition='', zPosition='')[source]
Set of spatial coordinates that determine a point, defined in the coordinate system specified in ‘Location.CoordinateSystem’. Use a single position point instance to desribe a point-oriented location. Use a sequence of position points to describe a line-oriented object (physical location of non-point oriented objects like cables or lines), or area of an object (like a substation or a geographical zone - in this case, have first and last position point with the same values).
- Location:
Location described by this position point. Default: None
- SequenceNumber:
Zero-relative sequence number of this point within a series of points. Default: 0
- XPosition:
X axis position. Default: ‘’
- YPosition:
Y axis position. Default: ‘’
- ZPosition:
(if applicable) Z axis position. Default: ‘’