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

Class MetaBlockOutputReference

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

Instance Methods [hide private]
 
__init__(self, MetaBlockConnectable=None, MemberOf_MetaBlockReference=None, MetaBlockSignal=None, StandardControlBlock_MetaBlockConnectable=None, *args, **kw_args)
Initialises a new 'MetaBlockOutputReference' instance.
 
addMetaBlockSignal(self, *MetaBlockSignal)
 
getMemberOf_MetaBlockReference(self)
 
getMetaBlockConnectable(self)
 
getMetaBlockSignal(self)
 
getStandardControlBlock_MetaBlockConnectable(self)
 
removeMetaBlockSignal(self, *MetaBlockSignal)
 
setMemberOf_MetaBlockReference(self, value)
 
setMetaBlockConnectable(self, value)
 
setMetaBlockSignal(self, value)
 
setStandardControlBlock_MetaBlockConnectable(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 = ['MetaBlockSignal']
  _refs = ['MetaBlockConnectable', 'MemberOf_MetaBlockReference'...

Inherited from Element'.Element (private): _enums

Properties [hide private]
  MemberOf_MetaBlockReference
  MetaBlockConnectable
  MetaBlockSignal
  StandardControlBlock_MetaBlockConnectable

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

Inherited from object: __class__

Method Details [hide private]

__init__(self, MetaBlockConnectable=None, MemberOf_MetaBlockReference=None, MetaBlockSignal=None, StandardControlBlock_MetaBlockConnectable=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'MetaBlockOutputReference' instance.

Parameters:
  • MetaBlockConnectable
  • MemberOf_MetaBlockReference
  • MetaBlockSignal
  • StandardControlBlock_MetaBlockConnectable
Overrides: object.__init__

Class Variable Details [hide private]

_refs

Value:
['MetaBlockConnectable',
 'MemberOf_MetaBlockReference',
 'MetaBlockSignal',
 'StandardControlBlock_MetaBlockConnectable']

Property Details [hide private]

MemberOf_MetaBlockReference

Get Method:
getMemberOf_MetaBlockReference(self)
Set Method:
setMemberOf_MetaBlockReference(self, value)

MetaBlockConnectable

Get Method:
getMetaBlockConnectable(self)
Set Method:
setMetaBlockConnectable(self, value)

MetaBlockSignal

Get Method:
getMetaBlockSignal(self)
Set Method:
setMetaBlockSignal(self, value)

StandardControlBlock_MetaBlockConnectable

Get Method:
getStandardControlBlock_MetaBlockConnectable(self)
Set Method:
setStandardControlBlock_MetaBlockConnectable(self, value)