__init__(self,
kind='throwOver',
phaseCode='s12N',
remote=False,
switchStateCount=0,
ratedVoltage=0.0,
ganged=False,
phaseCount=0,
initOpMode='',
interruptingRating=0.0,
*args,
**kw_args)
(Constructor)
|
|
Initialises a new 'CompositeSwitchInfo' instance.
- Parameters:
kind - Kind of composite switch. Values are: "throwOver",
"regulatorBypass", "escoThrowOver",
"ral", "other", "gral",
"ugMultiSwitch"
phaseCode - Phases carried, if applicable. Values are: "s12N",
"BN", "BC", "ABN", "s2N",
"N", "ACN", "BCN",
"ABCN", "AC", "s1N",
"AN", "B", "AB", "C",
"A", "CN", "ABC"
remote - True if device is capable of being operated by remote control.
switchStateCount - Number of switch states represented by the composite switch.
ratedVoltage - Rated voltage.
ganged - True if multi-phase switch controls all phases concurrently.
phaseCount - Supported number of phases, typically 0, 1 or 3.
initOpMode - Initial operating mode, with the following values: Automatic,
Manual.
interruptingRating - Breaking capacity, or short circuit rating, is the maximum rated
current which the device can safely interrupt at the rated
voltage.
- Overrides:
object.__init__
|