Used at the meta dynamics level. This is how the internal definiton of
a block references the input of another block.
|
|
__init__(self,
metaBlockReference0=None,
metaBlockInput0=None,
BlockConnectable=None,
*args,
**kw_args)
Initialises a new 'BlockInputReference' instance. |
|
|
|
|
getBlockConnectable(self)
Each block reference input is usually tied to one (sometimes zero for
optional inputs) external block inputs or internal block reference
outputs. |
|
|
|
|
getmetaBlockInput0(self)
References the idenfiied input for the block reference. |
|
|
|
|
| getmetaBlockReference0(self) |
|
|
|
|
| setBlockConnectable(self,
value) |
|
|
|
|
| setmetaBlockInput0(self,
value) |
|
|
|
|
| setmetaBlockReference0(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__
|