Package CIM14 :: Package CDPSM :: Package GIS_Connectivity :: 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, EquipmentContainer=None, *args, **kw_args)
Initialises a new 'Equipment' instance.
 
getEquipmentContainer(self)
The association is used in the naming hierarchy.
 
setEquipmentContainer(self, value)

Inherited from PowerSystemResource'.PowerSystemResource: getGeoLocation, getPSRType, setGeoLocation, setPSRType

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

Class Variables [hide private]
  _attr_types = {'normaIlyInService': <type 'bool'>}
  _attrs = ['normaIlyInService']
  _defaults = {'normaIlyInService': False}
  _refs = ['EquipmentContainer']

Inherited from Element'.Element (private): _enums, _many_refs

Properties [hide private]
  EquipmentContainer
The association is used in the naming hierarchy.

Inherited from PowerSystemResource'.PowerSystemResource: GeoLocation, PSRType

Inherited from object: __class__

Method Details [hide private]

__init__(self, normaIlyInService=False, EquipmentContainer=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'Equipment' instance.

Parameters:
  • normaIlyInService - The equipment is normally in service.
  • EquipmentContainer - The association is used in the naming hierarchy.
Overrides: object.__init__

Property Details [hide private]

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)