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

Class BlockOutputReference

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

References output from another block at the meta dynamics level. The other block must be a BlockReference in containing block.

Instance Methods [hide private]
 
__init__(self, metaBlockOutput0=None, metaBlockReference0=None, *args, **kw_args)
Initialises a new 'BlockOutputReference' instance.
 
addmetaBlockReference0(self, *metaBlockReference0)
 
getmetaBlockOutput0(self)
 
getmetaBlockReference0(self)
 
removemetaBlockReference0(self, *metaBlockReference0)
 
setmetaBlockOutput0(self, value)
 
setmetaBlockReference0(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 = ['metaBlockReference0']
  _refs = ['metaBlockOutput0', 'metaBlockReference0']

Inherited from Element'.Element (private): _enums

Properties [hide private]
  metaBlockOutput0
  metaBlockReference0

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, metaBlockOutput0=None, metaBlockReference0=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'BlockOutputReference' instance.

Parameters:
  • metaBlockOutput0
  • metaBlockReference0
Overrides: object.__init__

Property Details [hide private]

metaBlockOutput0

Get Method:
getmetaBlockOutput0(self)
Set Method:
setmetaBlockOutput0(self, value)

metaBlockReference0

Get Method:
getmetaBlockReference0(self)
Set Method:
setmetaBlockReference0(self, value)