Used at instance level to tie the input of a referenced block to the
output of another referenced block. Note that typically an input is only
tied to an output of another block at the same PowerSystemResource, but
there is no restriction to do so. If the output is implicity tied to an
input, then the an instance of this class is not required. The sole
purpose of this class is to explicitly tio the input of other blocks at
the power system instance level.
|
__init__(self,
block0=None,
BlockUsageInputReference=None,
metaBlockOutput0=None,
*args,
**kw_args)
Initialises a new 'BlockUsageOutputReference' instance. |
|
|
|
addBlockUsageInputReference(self,
*BlockUsageInputReference) |
|
|
|
getBlockUsageInputReference(self)
Can cross BlockUsage objects. |
|
|
|
|
|
getmetaBlockOutput0(self) |
|
|
|
removeBlockUsageInputReference(self,
*BlockUsageInputReference) |
|
|
|
setBlockUsageInputReference(self,
value) |
|
|
|
|
|
setmetaBlockOutput0(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__
|