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

Class MetaBlockReference

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

References a control block at the internal meta dynamics model level. These references are contained in other blocks and reference the single instance of the meta model that defines a particular block definition. One would not expect to see bock references contained within a primitive block.

Instance Methods [hide private]
 
__init__(self, equationType='', blockInputReference0=None, MemberOf_MetaBlock=None, MetaBlock=None, blockOutputReference0=None, MetaBlockStateReference=None, MetaBlockInputReference=None, MetaBlockOutputReference=None, BlockParameter=None, MetaBlockParameterReference=None, *args, **kw_args)
Initialises a new 'MetaBlockReference' instance.
 
addBlockParameter(self, *BlockParameter)
 
addMetaBlockInputReference(self, *MetaBlockInputReference)
 
addMetaBlockOutputReference(self, *MetaBlockOutputReference)
 
addMetaBlockParameterReference(self, *MetaBlockParameterReference)
 
addMetaBlockStateReference(self, *MetaBlockStateReference)
 
addblockInputReference0(self, *blockInputReference0)
 
addblockOutputReference0(self, *blockOutputReference0)
 
getBlockParameter(self)
 
getMemberOf_MetaBlock(self)
 
getMetaBlockInputReference(self)
 
getMetaBlockOutputReference(self)
 
getMetaBlockParameterReference(self)
 
getMetaBlockStateReference(self)
 
getblockInputReference0(self)
 
getblockOutputReference0(self)
 
removeBlockParameter(self, *BlockParameter)
 
removeMetaBlockInputReference(self, *MetaBlockInputReference)
 
removeMetaBlockOutputReference(self, *MetaBlockOutputReference)
 
removeMetaBlockParameterReference(self, *MetaBlockParameterReference)
 
removeMetaBlockStateReference(self, *MetaBlockStateReference)
 
removeblockInputReference0(self, *blockInputReference0)
 
removeblockOutputReference0(self, *blockOutputReference0)
 
setBlockParameter(self, value)
 
setMemberOf_MetaBlock(self, value)
 
setMetaBlockInputReference(self, value)
 
setMetaBlockOutputReference(self, value)
 
setMetaBlockParameterReference(self, value)
 
setMetaBlockStateReference(self, value)
 
setblockInputReference0(self, value)
 
setblockOutputReference0(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]
  MetaBlock = None
  _attr_types = {'equationType': <type 'str'>}
  _attrs = ['equationType']
  _defaults = {'equationType': ''}
  _many_refs = ['blockInputReference0', 'blockOutputReference0',...
  _refs = ['blockInputReference0', 'MemberOf_MetaBlock', 'MetaBl...

Inherited from Element'.Element (private): _enums

Properties [hide private]
  BlockParameter
  MemberOf_MetaBlock
  MetaBlockInputReference
  MetaBlockOutputReference
  MetaBlockParameterReference
  MetaBlockStateReference
  blockInputReference0
  blockOutputReference0

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

Inherited from object: __class__

Method Details [hide private]

__init__(self, equationType='', blockInputReference0=None, MemberOf_MetaBlock=None, MetaBlock=None, blockOutputReference0=None, MetaBlockStateReference=None, MetaBlockInputReference=None, MetaBlockOutputReference=None, BlockParameter=None, MetaBlockParameterReference=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'MetaBlockReference' instance.

Parameters:
  • equationType - should be enum, initial conditions vs. simulation equations
  • blockInputReference0
  • MemberOf_MetaBlock
  • MetaBlock
  • blockOutputReference0
  • MetaBlockStateReference
  • MetaBlockInputReference
  • MetaBlockOutputReference
  • BlockParameter
  • MetaBlockParameterReference
Overrides: object.__init__

Class Variable Details [hide private]

_many_refs

Value:
['blockInputReference0',
 'blockOutputReference0',
 'MetaBlockStateReference',
 'MetaBlockInputReference',
 'MetaBlockOutputReference',
 'BlockParameter',
 'MetaBlockParameterReference']

_refs

Value:
['blockInputReference0',
 'MemberOf_MetaBlock',
 'MetaBlock',
 'blockOutputReference0',
 'MetaBlockStateReference',
 'MetaBlockInputReference',
 'MetaBlockOutputReference',
 'BlockParameter',
...

Property Details [hide private]

BlockParameter

Get Method:
getBlockParameter(self)
Set Method:
setBlockParameter(self, value)

MemberOf_MetaBlock

Get Method:
getMemberOf_MetaBlock(self)
Set Method:
setMemberOf_MetaBlock(self, value)

MetaBlockInputReference

Get Method:
getMetaBlockInputReference(self)
Set Method:
setMetaBlockInputReference(self, value)

MetaBlockOutputReference

Get Method:
getMetaBlockOutputReference(self)
Set Method:
setMetaBlockOutputReference(self, value)

MetaBlockParameterReference

Get Method:
getMetaBlockParameterReference(self)
Set Method:
setMetaBlockParameterReference(self, value)

MetaBlockStateReference

Get Method:
getMetaBlockStateReference(self)
Set Method:
setMetaBlockStateReference(self, value)

blockInputReference0

Get Method:
getblockInputReference0(self)
Set Method:
setblockInputReference0(self, value)

blockOutputReference0

Get Method:
getblockOutputReference0(self)
Set Method:
setblockOutputReference0(self, value)