A power system resource can be an item of equipment such as a Switch,
an EquipmentContainer containing many individual items of equipment such
as a Substation, or an organisational entity such as Company or
SubControlArea. This provides for the nesting of collections of
PowerSystemResources within other PowerSystemResources. For example, a
Switch could be a member of a Substation and a Substation could be a
member of a division of a Company.A power system resource can be an item
of equipment such as a Switch, an EquipmentContainer containing many
individual items of equipment such as a Substation, or an organisational
entity such as Company or SubControlArea. This provides for the nesting
of collections of PowerSystemResources within other PowerSystemResources.
For example, a Switch could be a member of a Substation and a Substation
could be a member of a division of a Company.
|
|
__init__(self,
ChangeItems=None,
ScheduleSteps=None,
SafetyDocuments=None,
OperatingShare=None,
DocumentRoles=None,
PsrLists=None,
Measurements=None,
ReportingGroup=None,
PSRType=None,
Assets=None,
ErpOrganisationRoles=None,
Location=None,
PSREvent=None,
NetworkDataSets=None,
OutageSchedule=None,
*args,
**kw_args)
Initialises a new 'PowerSystemResource' instance. |
|
|
|
|
|
|
|
| addChangeItems(self,
*ChangeItems) |
|
|
|
|
| addDocumentRoles(self,
*DocumentRoles) |
|
|
|
|
| addErpOrganisationRoles(self,
*ErpOrganisationRoles) |
|
|
|
|
| addMeasurements(self,
*Measurements) |
|
|
|
|
| addNetworkDataSets(self,
*NetworkDataSets) |
|
|
|
|
| addOperatingShare(self,
*OperatingShare) |
|
|
|
|
| addPSREvent(self,
*PSREvent) |
|
|
|
|
| addPsrLists(self,
*PsrLists) |
|
|
|
|
| addReportingGroup(self,
*ReportingGroup) |
|
|
|
|
| addSafetyDocuments(self,
*SafetyDocuments) |
|
|
|
|
| addScheduleSteps(self,
*ScheduleSteps) |
|
|
|
|
getAssets(self)
All assets represented by this power system resource. |
|
|
|
|
|
|
|
|
|
|
| getErpOrganisationRoles(self) |
|
|
|
|
getLocation(self)
Location of this power system resource. |
|
|
|
|
getMeasurements(self)
The Measurements that are included in the naming hierarchy where the
PSR is the containing object |
|
|
|
|
|
|
|
getOperatingShare(self)
The linkage to any number of operating share objects. |
|
|
|
|
getOutageSchedule(self)
A power system resource may have an outage schedule |
|
|
|
|
getPSREvent(self)
All events associated with this power system resource. |
|
|
|
|
getPSRType(self)
PSRType (custom classification) for this PowerSystemResource. |
|
|
|
|
|
|
|
getReportingGroup(self)
Reporting groups to which this PSR belongs. |
|
|
|
|
|
|
|
|
|
|
| removeAssets(self,
*Assets) |
|
|
|
|
| removeChangeItems(self,
*ChangeItems) |
|
|
|
|
| removeDocumentRoles(self,
*DocumentRoles) |
|
|
|
|
| removeErpOrganisationRoles(self,
*ErpOrganisationRoles) |
|
|
|
|
| removeMeasurements(self,
*Measurements) |
|
|
|
|
| removeNetworkDataSets(self,
*NetworkDataSets) |
|
|
|
|
| removeOperatingShare(self,
*OperatingShare) |
|
|
|
|
| removePSREvent(self,
*PSREvent) |
|
|
|
|
| removePsrLists(self,
*PsrLists) |
|
|
|
|
| removeReportingGroup(self,
*ReportingGroup) |
|
|
|
|
| removeSafetyDocuments(self,
*SafetyDocuments) |
|
|
|
|
| removeScheduleSteps(self,
*ScheduleSteps) |
|
|
|
|
|
|
|
| setChangeItems(self,
value) |
|
|
|
|
| setDocumentRoles(self,
value) |
|
|
|
|
| setErpOrganisationRoles(self,
value) |
|
|
|
|
|
|
|
| setMeasurements(self,
value) |
|
|
|
|
| setNetworkDataSets(self,
value) |
|
|
|
|
| setOperatingShare(self,
value) |
|
|
|
|
| setOutageSchedule(self,
value) |
|
|
|
|
|
|
|
|
|
|
|
|
|
| setReportingGroup(self,
value) |
|
|
|
|
| setSafetyDocuments(self,
value) |
|
|
|
|
| setScheduleSteps(self,
value) |
|
|
|
Inherited from 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__
|