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

Class MetaBlockParameter

                                  object --+            
                                           |            
                            Element'.Element --+        
                                               |        
IEC61970.Core.IdentifiedObject'.IdentifiedObject --+    
                                                   |    
          MetaBlockConnectable'.MetaBlockConnectable --+
                                                       |
                                                      MetaBlockParameter
Known Subclasses:

An identified parameter of a block. This is meta dynamics model and does not contain specific parameter values. When using a block one would need to supply specific parameter values. These are typically time constants, but are not restricted to this. Sometimes, for standard blocks, the block paramter may come directly from the attributes of an associated PowerSystemResource object, but such parameters may be specified to enable user defined models to alter the behavior of a standard block.

Instance Methods [hide private]
 
__init__(self, BlockParameter=None, MemberOf_MetaBlock=None, *args, **kw_args)
Initialises a new 'MetaBlockParameter' instance.
 
addBlockParameter(self, *BlockParameter)
 
getBlockParameter(self)
 
getMemberOf_MetaBlock(self)
Paramters belong to a block.
 
removeBlockParameter(self, *BlockParameter)
 
setBlockParameter(self, value)
 
setMemberOf_MetaBlock(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 = ['BlockParameter']
  _refs = ['BlockParameter', 'MemberOf_MetaBlock']

Inherited from Element'.Element (private): _enums

Properties [hide private]
  BlockParameter
  MemberOf_MetaBlock
Paramters belong to a block.

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

 

Initialises a new 'MetaBlockParameter' instance.

Parameters:
  • BlockParameter
  • MemberOf_MetaBlock - Paramters belong to a block.
Overrides: object.__init__

Property Details [hide private]

BlockParameter

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

MemberOf_MetaBlock

Paramters belong to a block.

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