Package CIM15 :: Package IEC61970 :: Package Informative :: Package InfCustomers :: Module SubscribePowerCurve' :: Class SubscribePowerCurve
[hide private]
[frames] | no frames]

Class SubscribePowerCurve

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

Price curve for specifying the cost of energy (X) at points in time (y1) according to a prcing structure, which is based on a tariff.Price curve for specifying the cost of energy (X) at points in time (y1) according to a prcing structure, which is based on a tariff.

Instance Methods [hide private]
 
__init__(self, *args, **kw_args)
Initialises a new 'SubscribePowerCurve' instance.

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 = []
  _refs = []
Properties [hide private]

Inherited from Core.Curve'.Curve: CurveDatas

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

Inherited from object: __class__

Method Details [hide private]

__init__(self, *args, **kw_args)
(Constructor)

 

Initialises a new 'SubscribePowerCurve' instance.

Parameters:
  • xUnit - The X-axis units of measure. Values are: "N", "A", "rad", "VAh", "Pa", "J", "h", "Hz", "VArh", "ohm", "H", "m3", "deg", "V", "oC", "F", "Wh", "s", "g", "min", "S", "none", "W", "VAr", "m2", "m", "VA"
  • y1Multiplier - Multiplier for Y1-axis Values are: "M", "G", "d", "micro", "c", "p", "n", "T", "k", "m", "none"
  • y2Unit - The Y2-axis units of measure. Values are: "N", "A", "rad", "VAh", "Pa", "J", "h", "Hz", "VArh", "ohm", "H", "m3", "deg", "V", "oC", "F", "Wh", "s", "g", "min", "S", "none", "W", "VAr", "m2", "m", "VA"
  • y3Multiplier - Multiplier for Y3-axis. Values are: "M", "G", "d", "micro", "c", "p", "n", "T", "k", "m", "none"
  • y1Unit - The Y1-axis units of measure. Values are: "N", "A", "rad", "VAh", "Pa", "J", "h", "Hz", "VArh", "ohm", "H", "m3", "deg", "V", "oC", "F", "Wh", "s", "g", "min", "S", "none", "W", "VAr", "m2", "m", "VA"
  • xMultiplier - Multiplier for X-axis. Values are: "M", "G", "d", "micro", "c", "p", "n", "T", "k", "m", "none"
  • y3Unit - The Y3-axis units of measure. Values are: "N", "A", "rad", "VAh", "Pa", "J", "h", "Hz", "VArh", "ohm", "H", "m3", "deg", "V", "oC", "F", "Wh", "s", "g", "min", "S", "none", "W", "VAr", "m2", "m", "VA"
  • y2Multiplier - Multiplier for Y2-axis. Values are: "M", "G", "d", "micro", "c", "p", "n", "T", "k", "m", "none"
  • curveStyle - The style or shape of the curve. Values are: "formula", "constantYValue", "straightLineYValues", "rampYValue"
  • CurveDatas - The point data values that define a curve
Overrides: object.__init__