A generic device designed to close, or open, or both, one or more
electric circuits.
|
|
__init__(self,
switchOnCount=0,
switchOnDate='',
retained=False,
normalOpen=False,
SwitchingOperations=None,
CompositeSwitch=None,
ConnectDisconnectFunctions=None,
SwitchSchedules=None,
*args,
**kw_args)
Initialises a new 'Switch' instance. |
|
|
|
|
| addConnectDisconnectFunctions(self,
*ConnectDisconnectFunctions) |
|
|
|
|
| addSwitchSchedules(self,
*SwitchSchedules) |
|
|
|
|
| addSwitchingOperations(self,
*SwitchingOperations) |
|
|
|
|
getCompositeSwitch(self)
Composite switch this Switch belongs to |
|
|
|
|
| getConnectDisconnectFunctions(self) |
|
|
|
|
getSwitchSchedules(self)
A Switch can be associated with SwitchSchedules. |
|
|
|
|
getSwitchingOperations(self)
A switch may be operated by many schedules. |
|
|
|
|
| removeConnectDisconnectFunctions(self,
*ConnectDisconnectFunctions) |
|
|
|
|
| removeSwitchSchedules(self,
*SwitchSchedules) |
|
|
|
|
| removeSwitchingOperations(self,
*SwitchingOperations) |
|
|
|
|
| setCompositeSwitch(self,
value) |
|
|
|
|
| setConnectDisconnectFunctions(self,
value) |
|
|
|
|
| setSwitchSchedules(self,
value) |
|
|
|
|
| setSwitchingOperations(self,
value) |
|
|
|
Inherited from Core.ConductingEquipment'.ConductingEquipment:
addClearanceTags,
addProtectionEquipments,
addTerminals,
getBaseVoltage,
getClearanceTags,
getProtectionEquipments,
getSvStatus,
getTerminals,
removeClearanceTags,
removeProtectionEquipments,
removeTerminals,
setBaseVoltage,
setClearanceTags,
setProtectionEquipments,
setSvStatus,
setTerminals
Inherited from Core.Equipment'.Equipment:
addContingencyEquipment,
addCustomerAgreements,
addOperationalLimitSet,
getContingencyEquipment,
getCustomerAgreements,
getEquipmentContainer,
getOperationalLimitSet,
removeContingencyEquipment,
removeCustomerAgreements,
removeOperationalLimitSet,
setContingencyEquipment,
setCustomerAgreements,
setEquipmentContainer,
setOperationalLimitSet
Inherited from Core.PowerSystemResource'.PowerSystemResource:
addAssets,
addBlock,
addMeasurements,
addOperatingShare,
addPsrLists,
addReportingGroup,
getAssets,
getBlock,
getLocation,
getMeasurements,
getOperatingShare,
getOutageSchedule,
getPSRType,
getPsrLists,
getReportingGroup,
removeAssets,
removeBlock,
removeMeasurements,
removeOperatingShare,
removePsrLists,
removeReportingGroup,
setAssets,
setBlock,
setLocation,
setMeasurements,
setOperatingShare,
setOutageSchedule,
setPSRType,
setPsrLists,
setReportingGroup
Inherited from Core.IdentifiedObject'.IdentifiedObject:
getModelingAuthoritySet,
setModelingAuthoritySet
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|