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

Class SlotInput

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

Instance Methods [hide private]
 
__init__(self, blockInputType0=None, slotConnection0=None, slot0=None, *args, **kw_args)
Initialises a new 'SlotInput' instance.
 
getblockInputType0(self)
 
getslot0(self)
 
getslotConnection0(self)
 
setblockInputType0(self, value)
 
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 = {}
  _refs = ['blockInputType0', 'slotConnection0', 'slot0']

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

Properties [hide private]
  blockInputType0
  slot0
  slotConnection0

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

Inherited from object: __class__

Method Details [hide private]

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

 

Initialises a new 'SlotInput' instance.

Parameters:
  • blockInputType0
  • slotConnection0
  • slot0
Overrides: object.__init__

Property Details [hide private]

blockInputType0

Get Method:
getblockInputType0(self)
Set Method:
setblockInputType0(self, value)

slot0

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

slotConnection0

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