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

Class UserBlockParameter

                                  object --+                
                                           |                
                            Element'.Element --+            
                                               |            
IEC61970.Core.IdentifiedObject'.IdentifiedObject --+        
                                                   |        
          MetaBlockConnectable'.MetaBlockConnectable --+    
                                                       |    
                  MetaBlockParameter'.MetaBlockParameter --+
                                                           |
                                                          UserBlockParameter

Concrete class intended to obtain a parameter value from a user of the block in the parameter list at the instance level.

Instance Methods [hide private]
 
__init__(self, BlockUsageParameter=None, *args, **kw_args)
Initialises a new 'UserBlockParameter' instance.
 
addBlockUsageParameter(self, *BlockUsageParameter)
 
getBlockUsageParameter(self)
 
removeBlockUsageParameter(self, *BlockUsageParameter)
 
setBlockUsageParameter(self, value)

Inherited from MetaBlockParameter'.MetaBlockParameter: addBlockParameter, getBlockParameter, getMemberOf_MetaBlock, removeBlockParameter, setBlockParameter, setMemberOf_MetaBlock

Inherited from MetaBlockConnectable'.MetaBlockConnectable: addBlockInputReference, addMetaBlockInputReference, addMetaBlockOutputReference, addMetaBlockParameterReference, addMetaBlockStateReference, addStandardControlBlock_MetaBlockInputReference, addStandardControlBlock_MetaBlockOutputReference, addStandardControlBlock_MetaBlockParameterReference, addStandardControlBlock_MetaBlockStateReference, getBlockInputReference, getMetaBlockInputReference, getMetaBlockOutputReference, getMetaBlockParameterReference, getMetaBlockStateReference, getStandardControlBlock_MetaBlockInputReference, getStandardControlBlock_MetaBlockOutputReference, getStandardControlBlock_MetaBlockParameterReference, getStandardControlBlock_MetaBlockStateReference, removeBlockInputReference, removeMetaBlockInputReference, removeMetaBlockOutputReference, removeMetaBlockParameterReference, removeMetaBlockStateReference, removeStandardControlBlock_MetaBlockInputReference, removeStandardControlBlock_MetaBlockOutputReference, removeStandardControlBlock_MetaBlockParameterReference, removeStandardControlBlock_MetaBlockStateReference, setBlockInputReference, setMetaBlockInputReference, setMetaBlockOutputReference, setMetaBlockParameterReference, setMetaBlockStateReference, setStandardControlBlock_MetaBlockInputReference, setStandardControlBlock_MetaBlockOutputReference, setStandardControlBlock_MetaBlockParameterReference, setStandardControlBlock_MetaBlockStateReference

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]
  _many_refs = ['BlockUsageParameter']
  _refs = ['BlockUsageParameter']

Inherited from Element'.Element (private): _enums

Properties [hide private]
  BlockUsageParameter

Inherited from MetaBlockParameter'.MetaBlockParameter: BlockParameter, MemberOf_MetaBlock

Inherited from MetaBlockConnectable'.MetaBlockConnectable: BlockInputReference, MetaBlockInputReference, MetaBlockOutputReference, MetaBlockParameterReference, MetaBlockStateReference, StandardControlBlock_MetaBlockInputReference, StandardControlBlock_MetaBlockOutputReference, StandardControlBlock_MetaBlockParameterReference, StandardControlBlock_MetaBlockStateReference

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

Inherited from object: __class__

Method Details [hide private]

__init__(self, BlockUsageParameter=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'UserBlockParameter' instance.

Parameters:
  • BlockUsageParameter
Overrides: object.__init__

Property Details [hide private]

BlockUsageParameter

Get Method:
getBlockUsageParameter(self)
Set Method:
setBlockUsageParameter(self, value)