Skip to content

Commit ebec324

Browse files
committed
Remove the displayUnit modifier (since already defined in Types)
ref OpenIPSL#334
1 parent 55a1550 commit ebec324

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OpenIPSL/Tests/Solar/PowerFactory/DIgSILENT_PV.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ model DIgSILENT_PV "Simple system to test voltage drop disturbance in DIgSILENT_
99
Placement(transformation(origin = {70, 30}, extent = {{10, -10}, {-10, 10}})));
1010
inner OpenIPSL.Electrical.SystemBase SysData annotation (
1111
Placement(transformation(origin = {-70.5, 90}, extent = {{-29.5, -10}, {29.5, 10}})));
12-
OpenIPSL.Electrical.Solar.PowerFactory.DIgSILENT.PV_Plant pv_plant(M_b(displayUnit = "MV.A") = 0.5e6, P_0 = 300000, angle_0 = 0, v_0 = 1) annotation (
12+
OpenIPSL.Electrical.Solar.PowerFactory.DIgSILENT.PV_Plant pv_plant(M_b = 0.5e6, P_0 = 300000, angle_0 = 0, v_0 = 1) annotation (
1313
Placement(transformation(origin = {-30, 0}, extent = {{-10, -10}, {10, 10}})));
1414
equation
1515
connect(pv_plant.p, voltage_source.p) annotation (

0 commit comments

Comments
 (0)