CIM++ Adapted CIM Codebase
NoLoadTest.h
1 // NoLoadTest.h
3 // Implementation of the Class NoLoadTest
4 // Original author: Tom
6 
7 #ifndef NOLOADTEST_H
8 #define NOLOADTEST_H
9 
10 #include "IEC61970/Base/Domain/Voltage.h"
11 #include "IEC61970/Base/Domain/PerCent.h"
12 #include "IEC61970/Base/Domain/KiloActivePower.h"
13 #include "IEC61968/AssetInfo/TransformerEndInfo.h"
14 #include "IEC61968/AssetInfo/TransformerTest.h"
15 
16 namespace IEC61968
17 {
18  namespace AssetInfo
19  {
27  {
28 
29  public:
30  NoLoadTest();
31  virtual ~NoLoadTest();
57 
58  };
59 
60  }
61 
62 }
63 #endif // NOLOADTEST_H
Definition: TransformerEndInfo.h:29
IEC61970::Base::Domain::KiloActivePower loss
Definition: NoLoadTest.h:48
IEC61968::AssetInfo::TransformerEndInfo * EnergisedEnd
Definition: NoLoadTest.h:56
Definition: Voltage.h:22
IEC61970::Base::Domain::Voltage energisedEndVoltage
Definition: NoLoadTest.h:35
IEC61970::Base::Domain::KiloActivePower lossZero
Definition: NoLoadTest.h:52
IEC61970::Base::Domain::PerCent excitingCurrent
Definition: NoLoadTest.h:40
Definition: KiloActivePower.h:22
Definition: NoLoadTest.h:26
Definition: TransformerTest.h:22
Definition: BusbarSectionInfo.h:14
Definition: PerCent.h:23
IEC61970::Base::Domain::PerCent excitingCurrentZero
Definition: NoLoadTest.h:44