Package CIM14 :: Package IEC61970 :: Package Core :: Module Curve' :: Class Curve
[hide private]
[frames] | no frames]

Class Curve

                    object --+        
                             |        
              Element'.Element --+    
                                 |    
IdentifiedObject'.IdentifiedObject --+
                                     |
                                    Curve
Known Subclasses:

A multi-purpose curve or functional relationship between an independent variable (X-axis) and dependent (Y-axis) variables.

Instance Methods [hide private]
 
__init__(self, y2Multiplier='k', y3Multiplier='k', y1Unit='N', xMultiplier='k', y3Unit='N', xUnit='N', y1Multiplier='k', curveStyle='rampYValue', y2Unit='N', CurveDatas=None, *args, **kw_args)
Initialises a new 'Curve' instance.
 
addCurveDatas(self, *CurveDatas)
 
getCurveDatas(self)
The point data values that define a curve
 
removeCurveDatas(self, *CurveDatas)
 
setCurveDatas(self, value)

Inherited from 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 = {'curveStyle': <type 'str'>, 'xMultiplier': <typ...
  _attrs = ['y2Multiplier', 'y3Multiplier', 'y1Unit', 'xMultipli...
  _defaults = {'curveStyle': 'rampYValue', 'xMultiplier': 'k', '...
  _enums = {'curveStyle': 'CurveStyle', 'xMultiplier': 'UnitMult...
  _many_refs = ['CurveDatas']
  _refs = ['CurveDatas']
Properties [hide private]
  CurveDatas
The point data values that define a curve

Inherited from IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

__init__(self, y2Multiplier='k', y3Multiplier='k', y1Unit='N', xMultiplier='k', y3Unit='N', xUnit='N', y1Multiplier='k', curveStyle='rampYValue', y2Unit='N', CurveDatas=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'Curve' instance.

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

Class Variable Details [hide private]

_attr_types

Value:
{'curveStyle': <type 'str'>,
 'xMultiplier': <type 'str'>,
 'xUnit': <type 'str'>,
 'y1Multiplier': <type 'str'>,
 'y1Unit': <type 'str'>,
 'y2Multiplier': <type 'str'>,
 'y2Unit': <type 'str'>,
 'y3Multiplier': <type 'str'>,
...

_attrs

Value:
['y2Multiplier',
 'y3Multiplier',
 'y1Unit',
 'xMultiplier',
 'y3Unit',
 'xUnit',
 'y1Multiplier',
 'curveStyle',
...

_defaults

Value:
{'curveStyle': 'rampYValue',
 'xMultiplier': 'k',
 'xUnit': 'N',
 'y1Multiplier': 'k',
 'y1Unit': 'N',
 'y2Multiplier': 'k',
 'y2Unit': 'N',
 'y3Multiplier': 'k',
...

_enums

Value:
{'curveStyle': 'CurveStyle',
 'xMultiplier': 'UnitMultiplier',
 'xUnit': 'UnitSymbol',
 'y1Multiplier': 'UnitMultiplier',
 'y1Unit': 'UnitSymbol',
 'y2Multiplier': 'UnitMultiplier',
 'y2Unit': 'UnitSymbol',
 'y3Multiplier': 'UnitMultiplier',
...

Property Details [hide private]

CurveDatas

The point data values that define a curve

Get Method:
getCurveDatas(self) - The point data values that define a curve
Set Method:
setCurveDatas(self, value)