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

Class SlotOutput

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

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

Inherited from Element'.Element (private): _enums

Properties [hide private]
  blockOutputType0
  slot0
  slotConnection0

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

Inherited from object: __class__

Method Details [hide private]

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

 

Initialises a new 'SlotOutput' instance.

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

Property Details [hide private]

blockOutputType0

Get Method:
getblockOutputType0(self)
Set Method:
setblockOutputType0(self, value)

slot0

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

slotConnection0

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