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

Class BlockInputType

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

Instance Methods [hide private]
 
__init__(self, slotInput0=None, metaBlockInput0=None, *args, **kw_args)
Initialises a new 'BlockInputType' instance.
 
addmetaBlockInput0(self, *metaBlockInput0)
 
addslotInput0(self, *slotInput0)
 
getmetaBlockInput0(self)
 
getslotInput0(self)
 
removemetaBlockInput0(self, *metaBlockInput0)
 
removeslotInput0(self, *slotInput0)
 
setmetaBlockInput0(self, value)
 
setslotInput0(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 = ['slotInput0', 'metaBlockInput0']
  _refs = ['slotInput0', 'metaBlockInput0']

Inherited from Element'.Element (private): _enums

Properties [hide private]
  metaBlockInput0
  slotInput0

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

Inherited from object: __class__

Method Details [hide private]

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

 

Initialises a new 'BlockInputType' instance.

Parameters:
  • slotInput0
  • metaBlockInput0
Overrides: object.__init__

Property Details [hide private]

metaBlockInput0

Get Method:
getmetaBlockInput0(self)
Set Method:
setmetaBlockInput0(self, value)

slotInput0

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