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

Class SlotConnection

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

Standard connectivity if not specified at the instance level..

Instance Methods [hide private]
 
__init__(self, connectionFrame0=None, slotInput0=None, slotOutput0=None, *args, **kw_args)
Initialises a new 'SlotConnection' instance.
 
getconnectionFrame0(self)
 
getslotInput0(self)
 
getslotOutput0(self)
 
setconnectionFrame0(self, value)
 
setslotInput0(self, value)
 
setslotOutput0(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 = ['connectionFrame0', 'slotInput0', 'slotOutput0']

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

Properties [hide private]
  connectionFrame0
  slotInput0
  slotOutput0

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

Inherited from object: __class__

Method Details [hide private]

__init__(self, connectionFrame0=None, slotInput0=None, slotOutput0=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'SlotConnection' instance.

Parameters:
  • connectionFrame0
  • slotInput0
  • slotOutput0
Overrides: object.__init__

Property Details [hide private]

connectionFrame0

Get Method:
getconnectionFrame0(self)
Set Method:
setconnectionFrame0(self, value)

slotInput0

Get Method:
getslotInput0(self)
Set Method:
setslotInput0(self, value)

slotOutput0

Get Method:
getslotOutput0(self)
Set Method:
setslotOutput0(self, value)