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

Class Slot

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

Instance Methods [hide private]
 
__init__(self, blockType0=None, slotReference0=None, slotOutput0=None, connectionFrame0=None, slotInput0=None, *args, **kw_args)
Initialises a new 'Slot' instance.
 
addslotInput0(self, *slotInput0)
 
addslotOutput0(self, *slotOutput0)
 
addslotReference0(self, *slotReference0)
 
getblockType0(self)
 
getconnectionFrame0(self)
 
getslotInput0(self)
 
getslotOutput0(self)
 
getslotReference0(self)
 
removeslotInput0(self, *slotInput0)
 
removeslotOutput0(self, *slotOutput0)
 
removeslotReference0(self, *slotReference0)
 
setblockType0(self, value)
 
setconnectionFrame0(self, value)
 
setslotInput0(self, value)
 
setslotOutput0(self, value)
 
setslotReference0(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 = ['slotReference0', 'slotOutput0', 'slotInput0']
  _refs = ['blockType0', 'slotReference0', 'slotOutput0', 'conne...

Inherited from Element'.Element (private): _enums

Properties [hide private]
  blockType0
  connectionFrame0
  slotInput0
  slotOutput0
  slotReference0

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

Inherited from object: __class__

Method Details [hide private]

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

 

Initialises a new 'Slot' instance.

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

Class Variable Details [hide private]

_refs

Value:
['blockType0',
 'slotReference0',
 'slotOutput0',
 'connectionFrame0',
 'slotInput0']

Property Details [hide private]

blockType0

Get Method:
getblockType0(self)
Set Method:
setblockType0(self, value)

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)

slotReference0

Get Method:
getslotReference0(self)
Set Method:
setslotReference0(self, value)