IEC61970 16v29a - IEC61968 12v08
16v29a_12v08
refactored
IEC61970
Base
Wires
LinearShuntCompensatorPhase.h
1
// LinearShuntCompensatorPhase.h
3
// Implementation of the Class LinearShuntCompensatorPhase
4
// Original author: selaost1
6
7
#ifndef LINEARSHUNTCOMPENSATORPHASE_H
8
#define LINEARSHUNTCOMPENSATORPHASE_H
9
10
#include "IEC61970/Base/Domain/Susceptance.h"
11
#include "IEC61970/Base/Domain/Conductance.h"
12
#include "IEC61970/Base/Wires/ShuntCompensatorPhase.h"
13
14
namespace
IEC61970
15
{
16
namespace
Base
17
{
18
namespace
Wires
19
{
24
class
LinearShuntCompensatorPhase
:
public
IEC61970::Base::Wires::ShuntCompensatorPhase
25
{
26
27
public
:
28
LinearShuntCompensatorPhase
();
29
virtual
~
LinearShuntCompensatorPhase
();
34
IEC61970::Base::Domain::Susceptance
bPerSection
;
39
IEC61970::Base::Domain::Conductance
gPerSection
;
40
41
};
42
43
}
44
45
}
46
47
}
48
#endif // LINEARSHUNTCOMPENSATORPHASE_H
IEC61970
Definition:
AuxiliaryEquipment.h:13
IEC61970::Base::Wires::LinearShuntCompensatorPhase::bPerSection
IEC61970::Base::Domain::Susceptance bPerSection
Definition:
LinearShuntCompensatorPhase.h:34
IEC61970::Base::Wires::LinearShuntCompensatorPhase
Definition:
LinearShuntCompensatorPhase.h:24
IEC61970::Base::Domain::Conductance
Definition:
Conductance.h:23
IEC61970::Base::Wires::LinearShuntCompensatorPhase::gPerSection
IEC61970::Base::Domain::Conductance gPerSection
Definition:
LinearShuntCompensatorPhase.h:39
IEC61970::Base::Domain::Susceptance
Definition:
Susceptance.h:22
IEC61970::Base::Wires::ShuntCompensatorPhase
Definition:
ShuntCompensatorPhase.h:24
Generated by
1.8.13