Package CIM15 :: Package CDPSM :: Package Geographical :: 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, *args, **kw_args)
Initialises a new 'Equipment' instance.

Inherited from PowerSystemResource'.PowerSystemResource: getLocation, setLocation

Inherited from IdentifiedObject'.IdentifiedObject: addNames, getNames, removeNames, setNames

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

Class Variables [hide private]
  _refs = []

Inherited from Element'.Element (private): _enums

Properties [hide private]

Inherited from PowerSystemResource'.PowerSystemResource: Location

Inherited from IdentifiedObject'.IdentifiedObject: Names

Inherited from object: __class__

Method Details [hide private]

__init__(self, *args, **kw_args)
(Constructor)

 

Initialises a new 'Equipment' instance.

Parameters:
  • Location - Location of this power system resource.
Overrides: object.__init__