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

Class ConnectionFrame

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

Instance Methods [hide private]
 
__init__(self, slotConnection0=None, slot0=None, *args, **kw_args)
Initialises a new 'ConnectionFrame' instance.
 
addslot0(self, *slot0)
 
addslotConnection0(self, *slotConnection0)
 
getslot0(self)
 
getslotConnection0(self)
 
removeslot0(self, *slot0)
 
removeslotConnection0(self, *slotConnection0)
 
setslot0(self, value)
 
setslotConnection0(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 = {}
  _many_refs = ['slotConnection0', 'slot0']
  _refs = ['slotConnection0', 'slot0']

Inherited from Element'.Element (private): _enums

Properties [hide private]
  slot0
  slotConnection0

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

Inherited from object: __class__

Method Details [hide private]

__init__(self, slotConnection0=None, slot0=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'ConnectionFrame' instance.

Parameters:
  • slotConnection0
  • slot0
Overrides: object.__init__

Property Details [hide private]

slot0

Get Method:
getslot0(self)
Set Method:
setslot0(self, value)

slotConnection0

Get Method:
getslotConnection0(self)
Set Method:
setslotConnection0(self, value)