Package CIM14 :: Package IEC61968 :: Package Assets :: Module AssetFunction' :: Class AssetFunction
[hide private]
[frames] | no frames]

Class AssetFunction

                                  object --+        
                                           |        
                            Element'.Element --+    
                                               |    
IEC61970.Core.IdentifiedObject'.IdentifiedObject --+
                                                   |
                                                  AssetFunction
Known Subclasses:

Function performed by an asset.

Instance Methods [hide private]
 
__init__(self, configID='', programID='', firmwareID='', password='', hardwareID='', Asset=None, *args, **kw_args)
Initialises a new 'AssetFunction' instance.
 
getAsset(self)
 
setAsset(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 = {'configID': <type 'str'>, 'firmwareID': <type '...
  _attrs = ['configID', 'programID', 'firmwareID', 'password', '...
  _defaults = {'configID': '', 'firmwareID': '', 'hardwareID': '...
  _refs = ['Asset']

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

Properties [hide private]
  Asset

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

Inherited from object: __class__

Method Details [hide private]

__init__(self, configID='', programID='', firmwareID='', password='', hardwareID='', Asset=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'AssetFunction' instance.

Parameters:
  • configID - Configuration specified for this function.
  • programID - Name of program.
  • firmwareID - Firmware version.
  • password - Password needed to access this function.
  • hardwareID - Hardware version.
  • Asset
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'configID': <type 'str'>,
 'firmwareID': <type 'str'>,
 'hardwareID': <type 'str'>,
 'password': <type 'str'>,
 'programID': <type 'str'>}

_attrs

Value:
['configID', 'programID', 'firmwareID', 'password', 'hardwareID']

_defaults

Value:
{'configID': '',
 'firmwareID': '',
 'hardwareID': '',
 'password': '',
 'programID': ''}

Property Details [hide private]

Asset

Get Method:
getAsset(self)
Set Method:
setAsset(self, value)