Package CIM15 :: Package IEC61970 :: Package Informative :: Package InfAssets :: Module AssetPropertyCurve' :: Class AssetPropertyCurve
[hide private]
[frames] | no frames]

Class AssetPropertyCurve

                         object --+            
                                  |            
                   Element'.Element --+        
                                      |        
Core.IdentifiedObject'.IdentifiedObject --+    
                                          |    
                          Core.Curve'.Curve --+
                                              |
                                             AssetPropertyCurve

An Asset Property that is described through curves rather than as a data point. The relationship is to be defined between an independent variable (X-axis) and one or two dependent variables (Y1-axis and Y2-axis).An Asset Property that is described through curves rather than as a data point. The relationship is to be defined between an independent variable (X-axis) and one or two dependent variables (Y1-axis and Y2-axis).

Instance Methods [hide private]
 
__init__(self, Specification=None, Assets=None, *args, **kw_args)
Initialises a new 'AssetPropertyCurve' instance.
 
addAssets(self, *Assets)
 
getAssets(self)
 
getSpecification(self)
 
removeAssets(self, *Assets)
 
setAssets(self, value)
 
setSpecification(self, value)

Inherited from Core.Curve'.Curve: addCurveDatas, getCurveDatas, removeCurveDatas, setCurveDatas

Inherited from 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 = {}
  _enums = {}
  _many_refs = ['Assets']
  _refs = ['Specification', 'Assets']
Properties [hide private]
  Assets
  Specification

Inherited from Core.Curve'.Curve: CurveDatas

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

Inherited from object: __class__

Method Details [hide private]

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

 

Initialises a new 'AssetPropertyCurve' instance.

Parameters:
  • Specification
  • Assets
Overrides: object.__init__

Property Details [hide private]

Assets

Get Method:
getAssets(self)
Set Method:
setAssets(self, value)

Specification

Get Method:
getSpecification(self)
Set Method:
setSpecification(self, value)