Package CIM15 :: Package IEC61968 :: Package Assets :: Module AssetInfo' :: Class AssetInfo
[hide private]
[frames] | no frames]

Class AssetInfo

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

Set of attributes of an asset, representing typical data-sheet information of a physical device, that can be instantiated and shared in different data exchange contexts: - as attributes of an asset instance (installed or in stock) - as attributes of an asset model (product by a manufacturer) - as attributes of a type asset (generic type of an asset as used in designs/extension planning).Set of attributes of an asset, representing typical data-sheet information of a physical device, that can be instantiated and shared in different data exchange contexts: - as attributes of an asset instance (installed or in stock) - as attributes of an asset model (product by a manufacturer) - as attributes of a type asset (generic type of an asset as used in designs/extension planning).

Instance Methods [hide private]
 
__init__(self, Assets=None, DimensionsInfo=None, AssetModel=None, *args, **kw_args)
Initialises a new 'AssetInfo' instance.
 
getAssetModel(self)
Asset model described by this data.
 
getAssets(self)
All assets described by this data.
 
getDimensionsInfo(self)
 
setAssetModel(self, value)
 
setAssets(self, value)
 
setDimensionsInfo(self, value)

Inherited from IEC61970.Core.IdentifiedObject'.IdentifiedObject: addDiagramObjects, addNames, getDiagramObjects, getModelingAuthoritySet, getNames, removeDiagramObjects, removeNames, setDiagramObjects, setModelingAuthoritySet, setNames

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 = []
  _refs = ['Assets', 'DimensionsInfo', 'AssetModel']

Inherited from Element'.Element (private): _enums

Properties [hide private]
  AssetModel
Asset model described by this data.
  Assets
All assets described by this data.
  DimensionsInfo

Inherited from IEC61970.Core.IdentifiedObject'.IdentifiedObject: DiagramObjects, ModelingAuthoritySet, Names

Inherited from object: __class__

Method Details [hide private]

__init__(self, Assets=None, DimensionsInfo=None, AssetModel=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'AssetInfo' instance.

Parameters:
  • Assets - All assets described by this data.
  • DimensionsInfo
  • AssetModel - Asset model described by this data.
Overrides: object.__init__

Property Details [hide private]

AssetModel

Asset model described by this data.

Get Method:
getAssetModel(self) - Asset model described by this data.
Set Method:
setAssetModel(self, value)

Assets

All assets described by this data.

Get Method:
getAssets(self) - All assets described by this data.
Set Method:
setAssets(self, value)

DimensionsInfo

Get Method:
getDimensionsInfo(self)
Set Method:
setDimensionsInfo(self, value)