__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__
|