Package CIM14 :: Package ENTSOE :: Package Dynamics :: Package IEC61970 :: Package Dynamics :: Module DynamicsBlockConnectivity' :: Class DynamicsBlockConnectivity
[hide private]
[frames] | no frames]

Class DynamicsBlockConnectivity

                                 object --+        
                                          |        
                           Element'.Element --+    
                                              |    
Core.CoreIdentifiedObject'.CoreIdentifiedObject --+
                                                  |
                                                 DynamicsBlockConnectivity

Instance Methods [hide private]
 
__init__(self, Block=None, BlockConnection=None, MetaBlockConnectivity=None, *args, **kw_args)
Initialises a new 'DynamicsBlockConnectivity' instance.
 
addBlock(self, *Block)
 
addBlockConnection(self, *BlockConnection)
 
getBlock(self)
 
getBlockConnection(self)
 
getMetaBlockConnectivity(self)
 
removeBlock(self, *Block)
 
removeBlockConnection(self, *BlockConnection)
 
setBlock(self, value)
 
setBlockConnection(self, value)
 
setMetaBlockConnectivity(self, value)

Inherited from Core.CoreIdentifiedObject'.CoreIdentifiedObject: 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 = {}
  _many_refs = ['Block', 'BlockConnection']
  _refs = ['Block', 'BlockConnection', 'MetaBlockConnectivity']

Inherited from Element'.Element (private): _enums

Properties [hide private]
  Block
  BlockConnection
  MetaBlockConnectivity

Inherited from Core.CoreIdentifiedObject'.CoreIdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

__init__(self, Block=None, BlockConnection=None, MetaBlockConnectivity=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'DynamicsBlockConnectivity' instance.

Parameters:
  • Block
  • BlockConnection
  • MetaBlockConnectivity
Overrides: object.__init__

Property Details [hide private]

Block

Get Method:
getBlock(self)
Set Method:
setBlock(self, value)

BlockConnection

Get Method:
getBlockConnection(self)
Set Method:
setBlockConnection(self, value)

MetaBlockConnectivity

Get Method:
getMetaBlockConnectivity(self)
Set Method:
setMetaBlockConnectivity(self, value)