We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9879395 commit 99b18b1Copy full SHA for 99b18b1
1 file changed
OpenIPSL/Types.mo
@@ -6,7 +6,7 @@ package Types "Library specific type definitions"
6
type ActivePower = SI.ActivePower(nominal = 1e8, displayUnit = "MW");
7
type ReactivePower = SI.ReactivePower(nominal = 1e8, displayUnit = "Mvar");
8
type Power = SI.Power(nominal = 1e8, displayUnit = "MW");
9
- type ApparentPower = SI.ApparentPower(nominal = 1e8, displayUnit = "MVA");
+ type ApparentPower = SI.ApparentPower(nominal = 1e8, displayUnit = "MV.A");
10
type Angle = SI.Angle(displayUnit="deg");
11
type AngularVelocity = SI.AngularVelocity;
12
type Frequency = SI.Frequency;
0 commit comments