A block is a meta-data representation of a control block. It has an
external interface and an optinal internal interface. Blocks internals
can be ommitted if the block is well understood by both exchange parties.
When well understood by both partice the block can be treated as a
primitive block. All dynamic models must be defined to the level of
primtive blocks in order for the model to be consumed and used for
dynamic simulation. Examples of primitive blocks include a well known
IEEE exciter model, a summation block, or an integrator block.
|
__init__(self,
blockKind=' powerSystemStabilizer ' ,
internal=False,
proprietary=False,
primitive=False,
MetaBlockReference=None,
MetaBlockOutput=None,
MetaBlockState=None,
MetaBlockSignal=None,
blockType0=None,
MetaBlockInput=None,
blockConstant0=None,
Block=None,
MetaBlockParameter=None,
*args,
**kw_args)
Initialises a new 'MetaBlock' instance. |
|
|
|
|
|
addMetaBlockInput(self,
*MetaBlockInput) |
|
|
|
addMetaBlockOutput(self,
*MetaBlockOutput) |
|
|
|
addMetaBlockParameter(self,
*MetaBlockParameter) |
|
|
|
addMetaBlockReference(self,
*MetaBlockReference) |
|
|
|
addMetaBlockSignal(self,
*MetaBlockSignal) |
|
|
|
addMetaBlockState(self,
*MetaBlockState) |
|
|
|
addblockConstant0(self,
*blockConstant0) |
|
|
|
|
|
getMetaBlockInput(self)
Inputs belong to a block. |
|
|
|
getMetaBlockOutput(self)
Outputs that belong to the block. |
|
|
|
getMetaBlockParameter(self)
Paramters belong to a block. |
|
|
|
getMetaBlockReference(self) |
|
|
|
|
|
|
|
|
|
|
|
removeBlock(self,
*Block) |
|
|
|
removeMetaBlockInput(self,
*MetaBlockInput) |
|
|
|
removeMetaBlockOutput(self,
*MetaBlockOutput) |
|
|
|
removeMetaBlockParameter(self,
*MetaBlockParameter) |
|
|
|
removeMetaBlockReference(self,
*MetaBlockReference) |
|
|
|
removeMetaBlockSignal(self,
*MetaBlockSignal) |
|
|
|
removeMetaBlockState(self,
*MetaBlockState) |
|
|
|
removeblockConstant0(self,
*blockConstant0) |
|
|
|
|
|
setMetaBlockInput(self,
value) |
|
|
|
setMetaBlockOutput(self,
value) |
|
|
|
setMetaBlockParameter(self,
value) |
|
|
|
setMetaBlockReference(self,
value) |
|
|
|
setMetaBlockSignal(self,
value) |
|
|
|
setMetaBlockState(self,
value) |
|
|
|
setblockConstant0(self,
value) |
|
|
|
setblockType0(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__
|