Skip to content

Commit 99b18b1

Browse files
committed
Fixes OpenIPSL#334 by using MV.A instead of MVA
1 parent 9879395 commit 99b18b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OpenIPSL/Types.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ package Types "Library specific type definitions"
66
type ActivePower = SI.ActivePower(nominal = 1e8, displayUnit = "MW");
77
type ReactivePower = SI.ReactivePower(nominal = 1e8, displayUnit = "Mvar");
88
type Power = SI.Power(nominal = 1e8, displayUnit = "MW");
9-
type ApparentPower = SI.ApparentPower(nominal = 1e8, displayUnit = "MVA");
9+
type ApparentPower = SI.ApparentPower(nominal = 1e8, displayUnit = "MV.A");
1010
type Angle = SI.Angle(displayUnit="deg");
1111
type AngularVelocity = SI.AngularVelocity;
1212
type Frequency = SI.Frequency;

0 commit comments

Comments
 (0)