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

Class MetaBlockConnection

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

Instance Methods [hide private]
 
__init__(self, slotname='', MetaBlockConOutput=None, MetaBlockConInput=None, metaBlockConnectivity0=None, BlockConnection=None, MemberOf_MetaBlockConnectivity=None, *args, **kw_args)
Initialises a new 'MetaBlockConnection' instance.
 
addBlockConnection(self, *BlockConnection)
 
addMetaBlockConInput(self, *MetaBlockConInput)
 
addMetaBlockConOutput(self, *MetaBlockConOutput)
 
getBlockConnection(self)
 
getMemberOf_MetaBlockConnectivity(self)
 
getMetaBlockConInput(self)
 
getMetaBlockConOutput(self)
 
getmetaBlockConnectivity0(self)
 
removeBlockConnection(self, *BlockConnection)
 
removeMetaBlockConInput(self, *MetaBlockConInput)
 
removeMetaBlockConOutput(self, *MetaBlockConOutput)
 
setBlockConnection(self, value)
 
setMemberOf_MetaBlockConnectivity(self, value)
 
setMetaBlockConInput(self, value)
 
setMetaBlockConOutput(self, value)
 
setmetaBlockConnectivity0(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 = {'slotname': <type 'str'>}
  _attrs = ['slotname']
  _defaults = {'slotname': ''}
  _many_refs = ['MetaBlockConOutput', 'MetaBlockConInput', 'Bloc...
  _refs = ['MetaBlockConOutput', 'MetaBlockConInput', 'metaBlock...

Inherited from Element'.Element (private): _enums

Properties [hide private]
  BlockConnection
  MemberOf_MetaBlockConnectivity
  MetaBlockConInput
  MetaBlockConOutput
  metaBlockConnectivity0

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

Inherited from object: __class__

Method Details [hide private]

__init__(self, slotname='', MetaBlockConOutput=None, MetaBlockConInput=None, metaBlockConnectivity0=None, BlockConnection=None, MemberOf_MetaBlockConnectivity=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'MetaBlockConnection' instance.

Parameters:
  • slotname - Used for standard connection situations where multiple blocks of same class or same MetaBlock::blockkind have to be connected. The slotnames used are defined in the Reference Manual for Exchanging Standard Power System Dynamic Models. Application: Cross-compound or Combined Cycle connections.
  • MetaBlockConOutput
  • MetaBlockConInput
  • metaBlockConnectivity0
  • BlockConnection
  • MemberOf_MetaBlockConnectivity
Overrides: object.__init__

Class Variable Details [hide private]

_many_refs

Value:
['MetaBlockConOutput', 'MetaBlockConInput', 'BlockConnection']

_refs

Value:
['MetaBlockConOutput',
 'MetaBlockConInput',
 'metaBlockConnectivity0',
 'BlockConnection',
 'MemberOf_MetaBlockConnectivity']

Property Details [hide private]

BlockConnection

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

MemberOf_MetaBlockConnectivity

Get Method:
getMemberOf_MetaBlockConnectivity(self)
Set Method:
setMemberOf_MetaBlockConnectivity(self, value)

MetaBlockConInput

Get Method:
getMetaBlockConInput(self)
Set Method:
setMetaBlockConInput(self, value)

MetaBlockConOutput

Get Method:
getMetaBlockConOutput(self)
Set Method:
setMetaBlockConOutput(self, value)

metaBlockConnectivity0

Get Method:
getmetaBlockConnectivity0(self)
Set Method:
setmetaBlockConnectivity0(self, value)