Package CIM14 :: Package ENTSOE :: Package StateVariables :: Package StateVariables :: Module SvShuntCompensatorSections' :: Class SvShuntCompensatorSections
[hide private]
[frames] | no frames]

Class SvShuntCompensatorSections

      object --+    
               |    
Element'.Element --+
                   |
                  SvShuntCompensatorSections

State variable for the number of sections in service for a shunt compensator.

Instance Methods [hide private]
 
__init__(self, sections=0, continuousSections=0.0, ShuntCompensator=None, *args, **kw_args)
Initialises a new 'SvShuntCompensatorSections' instance.
 
getShuntCompensator(self)
The shunt compensator for which the state applies.
 
setShuntCompensator(self, value)

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

Class Variables [hide private]
  _attr_types = {'continuousSections': <type 'float'>, 'sections...
  _attrs = ['sections', 'continuousSections']
  _defaults = {'continuousSections': 0.0, 'sections': 0}
  _refs = ['ShuntCompensator']

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

Properties [hide private]
  ShuntCompensator
The shunt compensator for which the state applies.

Inherited from object: __class__

Method Details [hide private]

__init__(self, sections=0, continuousSections=0.0, ShuntCompensator=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'SvShuntCompensatorSections' instance.

Parameters:
  • sections - The number of sections in service.
  • continuousSections - The number of sections in service as a continous variable.
  • ShuntCompensator - The shunt compensator for which the state applies.
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'continuousSections': <type 'float'>, 'sections': <type 'int'>}

Property Details [hide private]

ShuntCompensator

The shunt compensator for which the state applies.

Get Method:
getShuntCompensator(self) - The shunt compensator for which the state applies.
Set Method:
setShuntCompensator(self, value)