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 is defined with
one or more postition points (coordinates) in a given coordinate
system.
|
__init__(self,
geoInfoReference='
' ,
corporateCode='
' ,
direction='
' ,
category='
' ,
PositionPoints=None,
PowerSystemResources=None,
CoordinateSystems=None,
Measurements=None,
secondaryAddress=None,
Assets=None,
phone2=None,
electronicAddress=None,
phone1=None,
mainAddress=None,
status=None,
*args,
**kw_args)
Initialises a new 'Location' instance. |
|
|
|
|
|
addCoordinateSystems(self,
*CoordinateSystems) |
|
|
|
addMeasurements(self,
*Measurements) |
|
|
|
addPositionPoints(self,
*PositionPoints) |
|
|
|
addPowerSystemResources(self,
*PowerSystemResources) |
|
|
|
getAssets(self)
All assets at this location. |
|
|
|
getCoordinateSystems(self)
All coordinate systems used to describe position points of this
location. |
|
|
|
|
|
getPositionPoints(self)
Sequence of position points describing this location. |
|
|
|
getPowerSystemResources(self)
All power system resources at this location. |
|
|
|
removeAssets(self,
*Assets) |
|
|
|
removeCoordinateSystems(self,
*CoordinateSystems) |
|
|
|
removeMeasurements(self,
*Measurements) |
|
|
|
removePositionPoints(self,
*PositionPoints) |
|
|
|
removePowerSystemResources(self,
*PowerSystemResources) |
|
|
|
|
|
setCoordinateSystems(self,
value) |
|
|
|
setMeasurements(self,
value) |
|
|
|
setPositionPoints(self,
value) |
|
|
|
setPowerSystemResources(self,
value) |
|
|
Inherited from IEC61970.Core.IdentifiedObject'.IdentifiedObject :
getModelingAuthoritySet ,
setModelingAuthoritySet
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|
|
_attr_types = { ' category ' : <type 'str'>, ' corporateCode ' : <typ...
|
|
_attrs = [ ' geoInfoReference ' , ' corporateCode ' , ' direction ' , ' c ...
|
|
_defaults = { ' category ' : '
' , ' corporateCode ' : '
' , ' direction ' : ...
|
|
_many_refs = [ ' PositionPoints ' , ' PowerSystemResources ' , ' Coord ...
|
|
_refs = [ ' PositionPoints ' , ' PowerSystemResources ' , ' Coordinate ...
|
|
electronicAddress = None
|
|
mainAddress = None
|
|
phone1 = None
|
|
phone2 = None
|
|
secondaryAddress = None
|
|
status = None
|
|