A generic device designed to close, or open, or both, one or more
electric circuits.A generic device designed to close, or open, or both,
one or more electric circuits.
|
|
__init__(self,
switchOnDate='',
normalOpen=False,
ratedCurrent=0.0,
retained=False,
switchOnCount=0,
SwitchingOperations=None,
LoadMgmtFunctions=None,
ConnectDisconnectFunctions=None,
SwitchSchedules=None,
SwitchPhases=None,
CompositeSwitch=None,
*args,
**kw_args)
Initialises a new 'Switch' instance. |
|
|
|
|
| addConnectDisconnectFunctions(self,
*ConnectDisconnectFunctions) |
|
|
|
|
| addLoadMgmtFunctions(self,
*LoadMgmtFunctions) |
|
|
|
|
| addSwitchPhases(self,
*SwitchPhases) |
|
|
|
|
| addSwitchSchedules(self,
*SwitchSchedules) |
|
|
|
|
| addSwitchingOperations(self,
*SwitchingOperations) |
|
|
|
|
getCompositeSwitch(self)
Composite switch this Switch belongs to |
|
|
|
|
| getConnectDisconnectFunctions(self) |
|
|
|
|
| getLoadMgmtFunctions(self) |
|
|
|
|
|
|
|
getSwitchSchedules(self)
A Switch can be associated with SwitchSchedules. |
|
|
|
|
getSwitchingOperations(self)
A switch may be operated by many schedules. |
|
|
|
|
| removeConnectDisconnectFunctions(self,
*ConnectDisconnectFunctions) |
|
|
|
|
| removeLoadMgmtFunctions(self,
*LoadMgmtFunctions) |
|
|
|
|
| removeSwitchPhases(self,
*SwitchPhases) |
|
|
|
|
| removeSwitchSchedules(self,
*SwitchSchedules) |
|
|
|
|
| removeSwitchingOperations(self,
*SwitchingOperations) |
|
|
|
|
| setCompositeSwitch(self,
value) |
|
|
|
|
| setConnectDisconnectFunctions(self,
value) |
|
|
|
|
| setLoadMgmtFunctions(self,
value) |
|
|
|
|
| setSwitchPhases(self,
value) |
|
|
|
|
| setSwitchSchedules(self,
value) |
|
|
|
|
| setSwitchingOperations(self,
value) |
|
|
|
Inherited from Core.ConductingEquipment'.ConductingEquipment:
addClearanceTags,
addOutageStepRoles,
addProtectionEquipments,
addTerminals,
getBaseVoltage,
getClearanceTags,
getOutageStepRoles,
getProtectionEquipments,
getSvStatus,
getTerminals,
removeClearanceTags,
removeOutageStepRoles,
removeProtectionEquipments,
removeTerminals,
setBaseVoltage,
setClearanceTags,
setOutageStepRoles,
setProtectionEquipments,
setSvStatus,
setTerminals
Inherited from Core.Equipment'.Equipment:
addContingencyEquipment,
addCustomerAgreements,
getContingencyEquipment,
getCustomerAgreements,
getEquipmentContainer,
removeContingencyEquipment,
removeCustomerAgreements,
setContingencyEquipment,
setCustomerAgreements,
setEquipmentContainer
Inherited from Core.PowerSystemResource'.PowerSystemResource:
addAssets,
addChangeItems,
addDocumentRoles,
addErpOrganisationRoles,
addMeasurements,
addNetworkDataSets,
addOperatingShare,
addPSREvent,
addPsrLists,
addReportingGroup,
addSafetyDocuments,
addScheduleSteps,
getAssets,
getChangeItems,
getDocumentRoles,
getErpOrganisationRoles,
getLocation,
getMeasurements,
getNetworkDataSets,
getOperatingShare,
getOutageSchedule,
getPSREvent,
getPSRType,
getPsrLists,
getReportingGroup,
getSafetyDocuments,
getScheduleSteps,
removeAssets,
removeChangeItems,
removeDocumentRoles,
removeErpOrganisationRoles,
removeMeasurements,
removeNetworkDataSets,
removeOperatingShare,
removePSREvent,
removePsrLists,
removeReportingGroup,
removeSafetyDocuments,
removeScheduleSteps,
setAssets,
setChangeItems,
setDocumentRoles,
setErpOrganisationRoles,
setLocation,
setMeasurements,
setNetworkDataSets,
setOperatingShare,
setOutageSchedule,
setPSREvent,
setPSRType,
setPsrLists,
setReportingGroup,
setSafetyDocuments,
setScheduleSteps
Inherited from Core.IdentifiedObject'.IdentifiedObject:
addDiagramObjects,
addNames,
getDiagramObjects,
getModelingAuthoritySet,
getNames,
removeDiagramObjects,
removeNames,
setDiagramObjects,
setModelingAuthoritySet,
setNames
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|
|
|
_attr_types = {'normalOpen': <type 'bool'>, 'ratedCurrent': <t...
|
|
|
_attrs = ['switchOnDate', 'normalOpen', 'ratedCurrent', 'retai...
|
|
|
_defaults = {'normalOpen': False, 'ratedCurrent': 0.0, 'retain...
|
|
|
_many_refs = ['SwitchingOperations', 'LoadMgmtFunctions', 'Con...
|
|
|
_refs = ['SwitchingOperations', 'LoadMgmtFunctions', 'ConnectD...
|
|
|