Package CIM14 :: Package Dynamics :: Module TieToMeasurement' :: Class TieToMeasurement
[hide private]
[frames] | no frames]

Class TieToMeasurement

                                  object --+        
                                           |        
                            Element'.Element --+    
                                               |    
IEC61970.Core.IdentifiedObject'.IdentifiedObject --+
                                                   |
                                                  TieToMeasurement

Ties a block input to a specific state variable measurment. Thus giving a unit type, a location in the network (typically a terminal). A specific value is not given, just enough information to obtain the value from the model during a solution. This has nothing to do with SCADA.

Instance Methods [hide private]
 
__init__(self, measurement0=None, block0=None, metaBlockInput0=None, *args, **kw_args)
Initialises a new 'TieToMeasurement' instance.
 
getblock0(self)
 
getmeasurement0(self)
 
getmetaBlockInput0(self)
The identified block input to which this measurement applies.
 
setblock0(self, value)
 
setmeasurement0(self, value)
 
setmetaBlockInput0(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__

Class Variables [hide private]
  _attr_types = {}
  _attrs = []
  _defaults = {}
  _refs = ['measurement0', 'block0', 'metaBlockInput0']

Inherited from Element'.Element (private): _enums, _many_refs

Properties [hide private]
  block0
  measurement0
  metaBlockInput0
The identified block input to which this measurement applies.

Inherited from IEC61970.Core.IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

__init__(self, measurement0=None, block0=None, metaBlockInput0=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'TieToMeasurement' instance.

Parameters:
  • measurement0
  • block0
  • metaBlockInput0 - The identified block input to which this measurement applies. Note this applies only to the external interface of blocks.
Overrides: object.__init__

getmetaBlockInput0(self)

 

The identified block input to which this measurement applies. Note this applies only to the external interface of blocks.


Property Details [hide private]

block0

Get Method:
getblock0(self)
Set Method:
setblock0(self, value)

measurement0

Get Method:
getmeasurement0(self)
Set Method:
setmeasurement0(self, value)

metaBlockInput0

The identified block input to which this measurement applies. Note this applies only to the external interface of blocks.

Get Method:
getmetaBlockInput0(self) - The identified block input to which this measurement applies.
Set Method:
setmetaBlockInput0(self, value)