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

Class MetaBlockInput

                                  object --+            
                                           |            
                            Element'.Element --+        
                                               |        
IEC61970.Core.IdentifiedObject'.IdentifiedObject --+    
                                                   |    
          MetaBlockConnectable'.MetaBlockConnectable --+
                                                       |
                                                      MetaBlockInput

Linkage at the dynanics meta model level. The output of a block could link to this. This is a public interface external to the block.

Instance Methods [hide private]
 
__init__(self, blockInputReference0=None, MemberOf_MetaBlock=None, blockUsageInputReference0=None, blockInputType0=None, tieToMeasurement0=None, *args, **kw_args)
Initialises a new 'MetaBlockInput' instance.
 
addblockInputReference0(self, *blockInputReference0)
 
addblockUsageInputReference0(self, *blockUsageInputReference0)
 
addtieToMeasurement0(self, *tieToMeasurement0)
 
getMemberOf_MetaBlock(self)
Inputs belong to a block.
 
getblockInputReference0(self)
References the idenfiied input for the block reference.
 
getblockInputType0(self)
 
getblockUsageInputReference0(self)
 
gettieToMeasurement0(self)
The identified block input to which this measurement applies.
 
removeblockInputReference0(self, *blockInputReference0)
 
removeblockUsageInputReference0(self, *blockUsageInputReference0)
 
removetieToMeasurement0(self, *tieToMeasurement0)
 
setMemberOf_MetaBlock(self, value)
 
setblockInputReference0(self, value)
 
setblockInputType0(self, value)
 
setblockUsageInputReference0(self, value)
 
settieToMeasurement0(self, value)

Inherited from MetaBlockConnectable'.MetaBlockConnectable: addBlockInputReference, addMetaBlockInputReference, addMetaBlockOutputReference, addMetaBlockParameterReference, addMetaBlockStateReference, addStandardControlBlock_MetaBlockInputReference, addStandardControlBlock_MetaBlockOutputReference, addStandardControlBlock_MetaBlockParameterReference, addStandardControlBlock_MetaBlockStateReference, getBlockInputReference, getMetaBlockInputReference, getMetaBlockOutputReference, getMetaBlockParameterReference, getMetaBlockStateReference, getStandardControlBlock_MetaBlockInputReference, getStandardControlBlock_MetaBlockOutputReference, getStandardControlBlock_MetaBlockParameterReference, getStandardControlBlock_MetaBlockStateReference, removeBlockInputReference, removeMetaBlockInputReference, removeMetaBlockOutputReference, removeMetaBlockParameterReference, removeMetaBlockStateReference, removeStandardControlBlock_MetaBlockInputReference, removeStandardControlBlock_MetaBlockOutputReference, removeStandardControlBlock_MetaBlockParameterReference, removeStandardControlBlock_MetaBlockStateReference, setBlockInputReference, setMetaBlockInputReference, setMetaBlockOutputReference, setMetaBlockParameterReference, setMetaBlockStateReference, setStandardControlBlock_MetaBlockInputReference, setStandardControlBlock_MetaBlockOutputReference, setStandardControlBlock_MetaBlockParameterReference, setStandardControlBlock_MetaBlockStateReference

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]
  _many_refs = ['blockInputReference0', 'blockUsageInputReferenc...
  _refs = ['blockInputReference0', 'MemberOf_MetaBlock', 'blockU...

Inherited from Element'.Element (private): _enums

Properties [hide private]
  MemberOf_MetaBlock
Inputs belong to a block.
  blockInputReference0
References the idenfiied input for the block reference.
  blockInputType0
  blockUsageInputReference0
  tieToMeasurement0
The identified block input to which this measurement applies.

Inherited from MetaBlockConnectable'.MetaBlockConnectable: BlockInputReference, MetaBlockInputReference, MetaBlockOutputReference, MetaBlockParameterReference, MetaBlockStateReference, StandardControlBlock_MetaBlockInputReference, StandardControlBlock_MetaBlockOutputReference, StandardControlBlock_MetaBlockParameterReference, StandardControlBlock_MetaBlockStateReference

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

Inherited from object: __class__

Method Details [hide private]

__init__(self, blockInputReference0=None, MemberOf_MetaBlock=None, blockUsageInputReference0=None, blockInputType0=None, tieToMeasurement0=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'MetaBlockInput' instance.

Parameters:
  • blockInputReference0 - References the idenfiied input for the block reference.
  • MemberOf_MetaBlock - Inputs belong to a block.
  • blockUsageInputReference0
  • blockInputType0
  • tieToMeasurement0 - The identified block input to which this measurement applies. Note this applies only to the external interface of blocks.
Overrides: object.__init__

gettieToMeasurement0(self)

 

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


Class Variable Details [hide private]

_many_refs

Value:
['blockInputReference0',
 'blockUsageInputReference0',
 'tieToMeasurement0']

_refs

Value:
['blockInputReference0',
 'MemberOf_MetaBlock',
 'blockUsageInputReference0',
 'blockInputType0',
 'tieToMeasurement0']

Property Details [hide private]

MemberOf_MetaBlock

Inputs belong to a block.

Get Method:
getMemberOf_MetaBlock(self) - Inputs belong to a block.
Set Method:
setMemberOf_MetaBlock(self, value)

blockInputReference0

References the idenfiied input for the block reference.

Get Method:
getblockInputReference0(self) - References the idenfiied input for the block reference.
Set Method:
setblockInputReference0(self, value)

blockInputType0

Get Method:
getblockInputType0(self)
Set Method:
setblockInputType0(self, value)

blockUsageInputReference0

Get Method:
getblockUsageInputReference0(self)
Set Method:
setblockUsageInputReference0(self, value)

tieToMeasurement0

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

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