Package CIM14 :: Package ENTSOE :: Package Dynamics :: Package IEC61970 :: Package Dynamics :: Module DynamicsMetaBlock' :: Class DynamicsMetaBlock
[hide private]
[frames] | no frames]

Class DynamicsMetaBlock

                                 object --+        
                                          |        
                           Element'.Element --+    
                                              |    
Core.CoreIdentifiedObject'.CoreIdentifiedObject --+
                                                  |
                                                 DynamicsMetaBlock

Instance Methods [hide private]
 
__init__(self, blockKind='', proprietary=False, Block=None, MetaBlockSignal=None, MetaBlockReference=None, MetaBlockParameter=None, MetaBlockOutput=None, MetaBlockInput=None, MetaBlockState=None, *args, **kw_args)
Initialises a new 'DynamicsMetaBlock' instance.
 
addBlock(self, *Block)
 
addMetaBlockInput(self, *MetaBlockInput)
 
addMetaBlockOutput(self, *MetaBlockOutput)
 
addMetaBlockParameter(self, *MetaBlockParameter)
 
addMetaBlockReference(self, *MetaBlockReference)
 
addMetaBlockSignal(self, *MetaBlockSignal)
 
addMetaBlockState(self, *MetaBlockState)
 
getBlock(self)
 
getMetaBlockInput(self)
 
getMetaBlockOutput(self)
 
getMetaBlockParameter(self)
 
getMetaBlockReference(self)
 
getMetaBlockSignal(self)
 
getMetaBlockState(self)
 
removeBlock(self, *Block)
 
removeMetaBlockInput(self, *MetaBlockInput)
 
removeMetaBlockOutput(self, *MetaBlockOutput)
 
removeMetaBlockParameter(self, *MetaBlockParameter)
 
removeMetaBlockReference(self, *MetaBlockReference)
 
removeMetaBlockSignal(self, *MetaBlockSignal)
 
removeMetaBlockState(self, *MetaBlockState)
 
setBlock(self, value)
 
setMetaBlockInput(self, value)
 
setMetaBlockOutput(self, value)
 
setMetaBlockParameter(self, value)
 
setMetaBlockReference(self, value)
 
setMetaBlockSignal(self, value)
 
setMetaBlockState(self, value)

Inherited from Core.CoreIdentifiedObject'.CoreIdentifiedObject: getModelingAuthoritySet, setModelingAuthoritySet

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  _attr_types = {'blockKind': <type 'str'>, 'proprietary': <type...
  _attrs = ['blockKind', 'proprietary']
  _defaults = {'blockKind': '', 'proprietary': False}
  _enums = {'blockKind': 'DynamicsBlockKind'}
  _many_refs = ['Block', 'MetaBlockSignal', 'MetaBlockReference'...
  _refs = ['Block', 'MetaBlockSignal', 'MetaBlockReference', 'Me...
Properties [hide private]
  Block
  MetaBlockInput
  MetaBlockOutput
  MetaBlockParameter
  MetaBlockReference
  MetaBlockSignal
  MetaBlockState

Inherited from Core.CoreIdentifiedObject'.CoreIdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

__init__(self, blockKind='', proprietary=False, Block=None, MetaBlockSignal=None, MetaBlockReference=None, MetaBlockParameter=None, MetaBlockOutput=None, MetaBlockInput=None, MetaBlockState=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'DynamicsMetaBlock' instance.

Parameters:
  • blockKind
  • proprietary
  • Block
  • MetaBlockSignal
  • MetaBlockReference
  • MetaBlockParameter
  • MetaBlockOutput
  • MetaBlockInput
  • MetaBlockState
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'blockKind': <type 'str'>, 'proprietary': <type 'bool'>}

_many_refs

Value:
['Block',
 'MetaBlockSignal',
 'MetaBlockReference',
 'MetaBlockParameter',
 'MetaBlockOutput',
 'MetaBlockInput',
 'MetaBlockState']

_refs

Value:
['Block',
 'MetaBlockSignal',
 'MetaBlockReference',
 'MetaBlockParameter',
 'MetaBlockOutput',
 'MetaBlockInput',
 'MetaBlockState']

Property Details [hide private]

Block

Get Method:
getBlock(self)
Set Method:
setBlock(self, value)

MetaBlockInput

Get Method:
getMetaBlockInput(self)
Set Method:
setMetaBlockInput(self, value)

MetaBlockOutput

Get Method:
getMetaBlockOutput(self)
Set Method:
setMetaBlockOutput(self, value)

MetaBlockParameter

Get Method:
getMetaBlockParameter(self)
Set Method:
setMetaBlockParameter(self, value)

MetaBlockReference

Get Method:
getMetaBlockReference(self)
Set Method:
setMetaBlockReference(self, value)

MetaBlockSignal

Get Method:
getMetaBlockSignal(self)
Set Method:
setMetaBlockSignal(self, value)

MetaBlockState

Get Method:
getMetaBlockState(self)
Set Method:
setMetaBlockState(self, value)