CIM14 :: ENTSOE :: Equipment :: Wires :: RegulatingCondEq :: RegulatingCondEq :: Class RegulatingCondEq
[hide private]
[frames] | no frames]

Class RegulatingCondEq

Core.ConductingEquipment.ConductingEquipment --+
                                               |
                                              RegulatingCondEq

A type of conducting equipment that can regulate a quanity (i.e. voltage or flow) at a specific point in the network.

Instance Methods [hide private]
 
__init__(self, RegulatingControl=None, *args, **kw_args)
Initialises a new 'RegulatingCondEq' instance.
 
getRegulatingControl(self)
The regulating control scheme in which this equipment participates.
 
setRegulatingControl(self, value)
Class Variables [hide private]
  _attrs = []
  _attr_types = {}
  _defaults = {}
  _enums = {}
  _refs = ["RegulatingControl"]
  _many_refs = []
  RegulatingControl = property(getRegulatingControl, setRegulati...
Method Details [hide private]

__init__(self, RegulatingControl=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'RegulatingCondEq' instance.

Parameters:
  • RegulatingControl - The regulating control scheme in which this equipment participates.

Class Variable Details [hide private]

RegulatingControl

Value:
property(getRegulatingControl, setRegulatingControl)