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