Package CIM14 :: Package IEC61970 :: Package Core :: Module Equipment' :: Class Equipment
[hide private]
[frames] | no frames]

Class Equipment

                      object --+            
                               |            
                Element'.Element --+        
                                   |        
  IdentifiedObject'.IdentifiedObject --+    
                                       |    
PowerSystemResource'.PowerSystemResource --+
                                           |
                                          Equipment
Known Subclasses:

The parts of a power system that are physical devices, electronic or mechanical

Instance Methods [hide private]
 
__init__(self, normaIlyInService=False, aggregate=False, OperationalLimitSet=None, ContingencyEquipment=None, EquipmentContainer=None, CustomerAgreements=None, *args, **kw_args)
Initialises a new 'Equipment' instance.
 
addContingencyEquipment(self, *ContingencyEquipment)
 
addCustomerAgreements(self, *CustomerAgreements)
 
addOperationalLimitSet(self, *OperationalLimitSet)
 
getContingencyEquipment(self)
The contingency element associated with the equipment.
 
getCustomerAgreements(self)
 
getEquipmentContainer(self)
The association is used in the naming hierarchy.
 
getOperationalLimitSet(self)
The equipment limit sets associated with the equipment.
 
removeContingencyEquipment(self, *ContingencyEquipment)
 
removeCustomerAgreements(self, *CustomerAgreements)
 
removeOperationalLimitSet(self, *OperationalLimitSet)
 
setContingencyEquipment(self, value)
 
setCustomerAgreements(self, value)
 
setEquipmentContainer(self, value)
 
setOperationalLimitSet(self, value)

Inherited from 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 IdentifiedObject'.IdentifiedObject: getModelingAuthoritySet, setModelingAuthoritySet

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  _attr_types = {'aggregate': <type 'bool'>, 'normaIlyInService'...
  _attrs = ['normaIlyInService', 'aggregate']
  _defaults = {'aggregate': False, 'normaIlyInService': False}
  _many_refs = ['OperationalLimitSet', 'ContingencyEquipment', '...
  _refs = ['OperationalLimitSet', 'ContingencyEquipment', 'Equip...

Inherited from Element'.Element (private): _enums

Properties [hide private]
  ContingencyEquipment
The contingency element associated with the equipment.
  CustomerAgreements
  EquipmentContainer
The association is used in the naming hierarchy.
  OperationalLimitSet
The equipment limit sets associated with the equipment.

Inherited from PowerSystemResource'.PowerSystemResource: Assets, Block, Location, Measurements, OperatingShare, OutageSchedule, PSRType, PsrLists, ReportingGroup

Inherited from IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

__init__(self, normaIlyInService=False, aggregate=False, OperationalLimitSet=None, ContingencyEquipment=None, EquipmentContainer=None, CustomerAgreements=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'Equipment' instance.

Parameters:
  • normaIlyInService - The equipment is normally in service.
  • aggregate - The single instance of equipment represents multiple pieces of equipment that have been modeled together as an aggregate. Examples would be PowerTransformers or SychronousMachines operating in parallel modeled as a single aggregate PowerTransformer or aggregate SynchronousMachine. This is not to be used to indicate equipment that is part of a group of interdependent equipment produced by a network production program.
  • OperationalLimitSet - The equipment limit sets associated with the equipment.
  • ContingencyEquipment - The contingency element associated with the equipment.
  • EquipmentContainer - The association is used in the naming hierarchy.
  • CustomerAgreements
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'aggregate': <type 'bool'>, 'normaIlyInService': <type 'bool'>}

_many_refs

Value:
['OperationalLimitSet', 'ContingencyEquipment', 'CustomerAgreements']

_refs

Value:
['OperationalLimitSet',
 'ContingencyEquipment',
 'EquipmentContainer',
 'CustomerAgreements']

Property Details [hide private]

ContingencyEquipment

The contingency element associated with the equipment.

Get Method:
getContingencyEquipment(self) - The contingency element associated with the equipment.
Set Method:
setContingencyEquipment(self, value)

CustomerAgreements

Get Method:
getCustomerAgreements(self)
Set Method:
setCustomerAgreements(self, value)

EquipmentContainer

The association is used in the naming hierarchy.

Get Method:
getEquipmentContainer(self) - The association is used in the naming hierarchy.
Set Method:
setEquipmentContainer(self, value)

OperationalLimitSet

The equipment limit sets associated with the equipment.

Get Method:
getOperationalLimitSet(self) - The equipment limit sets associated with the equipment.
Set Method:
setOperationalLimitSet(self, value)