__init__(self,
startTime='',
value1Multiplier='M',
value2Unit='N',
value1Unit='N',
value2Multiplier='M',
*args,
**kw_args)
(Constructor)
|
|
Initialises a new 'BasicIntervalSchedule' instance.
- Parameters:
startTime - The time for the first time point.
value1Multiplier - Multiplier for value1. Values are: "M", "G",
"d", "micro", "c", "p",
"n", "T", "k", "m",
"none"
value2Unit - Value2 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"
value1Unit - Value1 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"
value2Multiplier - Multiplier for value2. Values are: "M", "G",
"d", "micro", "c", "p",
"n", "T", "k", "m",
"none"
- Overrides:
object.__init__
|