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

Class BlockInputReference

                                  object --+        
                                           |        
                            Element'.Element --+    
                                               |    
IEC61970.Core.IdentifiedObject'.IdentifiedObject --+
                                                   |
                                                  BlockInputReference

Used at the meta dynamics level. This is how the internal definiton of a block references the input of another block.

Instance Methods [hide private]
 
__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__

Class Variables [hide private]
  _attr_types = {}
  _attrs = []
  _defaults = {}
  _refs = ['metaBlockReference0', 'metaBlockInput0', 'BlockConne...

Inherited from Element'.Element (private): _enums, _many_refs

Properties [hide private]
  BlockConnectable
Each block reference input is usually tied to one (sometimes zero for optional inputs) external block inputs or internal block reference outputs.
  metaBlockInput0
References the idenfiied input for the block reference.
  metaBlockReference0

Inherited from IEC61970.Core.IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

__init__(self, metaBlockReference0=None, metaBlockInput0=None, BlockConnectable=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'BlockInputReference' instance.

Parameters:
  • metaBlockReference0
  • metaBlockInput0 - References the idenfiied input for the block reference.
  • BlockConnectable - Each block reference input is usually tied to one (sometimes zero for optional inputs) external block inputs or internal block reference outputs.
Overrides: object.__init__

Class Variable Details [hide private]

_refs

Value:
['metaBlockReference0', 'metaBlockInput0', 'BlockConnectable']

Property Details [hide private]

BlockConnectable

Each block reference input is usually tied to one (sometimes zero for optional inputs) external block inputs or internal block reference outputs.

Get Method:
getBlockConnectable(self) - Each block reference input is usually tied to one (sometimes zero for optional inputs) external block inputs or internal block reference outputs.
Set Method:
setBlockConnectable(self, value)

metaBlockInput0

References the idenfiied input for the block reference.

Get Method:
getmetaBlockInput0(self) - References the idenfiied input for the block reference.
Set Method:
setmetaBlockInput0(self, value)

metaBlockReference0

Get Method:
getmetaBlockReference0(self)
Set Method:
setmetaBlockReference0(self, value)