The place, scene, or point of something where someone or something has
been, is, and/or will be at a given moment in time. It can be defined
with one or more postition points (coordinates) in a given coordinate
system.
|
|
__init__(self,
PowerSystemResources=None,
PositionPoints=None,
CoordinateSystem=None,
*args,
**kw_args)
Initialises a new 'Location' instance. |
|
|
|
|
| addPositionPoints(self,
*PositionPoints) |
|
|
|
|
| addPowerSystemResources(self,
*PowerSystemResources) |
|
|
|
|
getCoordinateSystem(self)
Coordinate system used to describe position points of this location. |
|
|
|
|
getPositionPoints(self)
Sequence of position points describing this location, expressed in
coordinate system 'Location.CoordinateSystem'. |
|
|
|
|
getPowerSystemResources(self)
All power system resources at this location. |
|
|
|
|
| removePositionPoints(self,
*PositionPoints) |
|
|
|
|
| removePowerSystemResources(self,
*PowerSystemResources) |
|
|
|
|
| setCoordinateSystem(self,
value) |
|
|
|
|
| setPositionPoints(self,
value) |
|
|
|
|
| setPowerSystemResources(self,
value) |
|
|
|
Inherited from IEC61970.Core.IdentifiedObject'.IdentifiedObject:
addNames,
getNames,
removeNames,
setNames
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|