__init__(self,
y1Unit='A',
y2Unit='A',
y3Unit='A',
curveStyle='straightLineYValues',
xUnit='A',
CurveDatas=None,
*args,
**kw_args)
(Constructor)
|
|
Initialises a new 'Curve' instance.
- Parameters:
y1Unit - The Y1-axis units of measure. Values are: "A",
"rad", "none", "g",
"W/Hz", "V", "m2", "VA",
"VArh", "N", "Pa", "VAh",
"F", "H", "Hz-1", "W/s",
"J", "m", "S", "min",
"deg", "J/s", "s", "Wh",
"m3", "oC", "V/VAr",
"s-1", "h", "W", "ohm",
"Hz", "VAr", "kg/J"
y2Unit - The Y2-axis units of measure. Values are: "A",
"rad", "none", "g",
"W/Hz", "V", "m2", "VA",
"VArh", "N", "Pa", "VAh",
"F", "H", "Hz-1", "W/s",
"J", "m", "S", "min",
"deg", "J/s", "s", "Wh",
"m3", "oC", "V/VAr",
"s-1", "h", "W", "ohm",
"Hz", "VAr", "kg/J"
y3Unit - The Y3-axis units of measure. Values are: "A",
"rad", "none", "g",
"W/Hz", "V", "m2", "VA",
"VArh", "N", "Pa", "VAh",
"F", "H", "Hz-1", "W/s",
"J", "m", "S", "min",
"deg", "J/s", "s", "Wh",
"m3", "oC", "V/VAr",
"s-1", "h", "W", "ohm",
"Hz", "VAr", "kg/J"
curveStyle - The style or shape of the curve. Values are:
"straightLineYValues", "rampYValue",
"constantYValue", "formula"
xUnit - The X-axis units of measure. Values are: "A",
"rad", "none", "g",
"W/Hz", "V", "m2", "VA",
"VArh", "N", "Pa", "VAh",
"F", "H", "Hz-1", "W/s",
"J", "m", "S", "min",
"deg", "J/s", "s", "Wh",
"m3", "oC", "V/VAr",
"s-1", "h", "W", "ohm",
"Hz", "VAr", "kg/J"
CurveDatas - The point data values that define a curve
- Overrides:
object.__init__
|