__init__(self,
startTime='',
value1Unit='A',
value2Unit='A',
*args,
**kw_args)
(Constructor)
|
|
Initialises a new 'BasicIntervalSchedule' instance.
- Parameters:
startTime - The time for the first time point.
value1Unit - Value1 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"
value2Unit - Value2 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"
- Overrides:
object.__init__
|