A Measurement represents any measured, calculated or non-measured
non-calculated quantity. Any piece of equipment may contain Measurements,
e.g. a substation may have temperature measurements and door open
indications, a transformer may have oil temperature and tank pressure
measurements, a bay may contain a number of power flow measurements and a
Breaker may contain a switch status measurement. The PSR - Measurement
association is intended to capture this use of Measurement and is
included in the naming hierarchy based on EquipmentContainer. The naming
hierarchy typically has Measurements as leafs, e.g.
Substation-VoltageLevel-Bay-Switch-Measurement. Some Measurements
represent quantities related to a particular sensor location in the
network, e.g. a voltage transformer (PT) at a busbar or a current
transformer (CT) at the bar between a breaker and an isolator. The
sensing position is not captured in the PSR - Measurement association.
Instead it is captured by the Measurement - Terminal association that is
used to define the sensing location in the network topology. The location
is defined by the connection of the Terminal to ConductingEquipment. Two
possible paths exist: 1) Measurement-Terminal-
ConnectivityNode-Terminal-ConductingEquipment 2)
Measurement-Terminal-ConductingEquipment Alternative 2 is the only
allowed use. When the sensor location is needed both Measurement-PSR and
Measurement-Terminal are used. The Measurement-Terminal association is
never used alone.
|
__init__(self,
measurementType='
' ,
PowerSystemResource=None,
Locations=None,
Terminal=None,
Unit=None,
tieToMeasurement0=None,
Asset=None,
Documents=None,
*args,
**kw_args)
Initialises a new 'Measurement' instance. |
|
|
|
addDocuments(self,
*Documents) |
|
|
|
addLocations(self,
*Locations) |
|
|
|
addtieToMeasurement0(self,
*tieToMeasurement0) |
|
|
|
|
|
getDocuments(self)
Measurements are specified in types of documents, such as procedures. |
|
|
|
|
|
getPowerSystemResource(self)
The PowerSystemResource that contains the Measurement in the naming
hierarchy |
|
|
|
getTerminal(self)
One or more measurements may be associated with a terminal in the
network |
|
|
|
getUnit(self)
The Unit for the Measurement |
|
|
|
gettieToMeasurement0(self) |
|
|
|
removeDocuments(self,
*Documents) |
|
|
|
removeLocations(self,
*Locations) |
|
|
|
removetieToMeasurement0(self,
*tieToMeasurement0) |
|
|
|
|
|
setDocuments(self,
value) |
|
|
|
setLocations(self,
value) |
|
|
|
setPowerSystemResource(self,
value) |
|
|
|
|
|
|
|
settieToMeasurement0(self,
value) |
|
|
Inherited from Core.IdentifiedObject'.IdentifiedObject :
getModelingAuthoritySet ,
setModelingAuthoritySet
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|