Skip to content

Commit 61d1c37

Browse files
committed
enable tap changer inputs of Examples.Spot.AC1ph_DC.Transformer
1 parent f094db3 commit 61d1c37

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

PowerSystems/Examples/Spot/AC1ph_DC.mo

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,9 @@ package AC1ph_DC "AC 1-phase and DC components"
462462
replaceable PowerSystems.AC1ph_DC.Transformers.TrafoStray trafo(par(
463463
v_tc1 = {1,1.1},
464464
v_tc2 = {1,1.2},
465-
V_nom = {1,10}))
465+
V_nom = {1,10}),
466+
use_tap_p=true,
467+
use_tap_n=true)
466468
annotation (Placement(transformation(extent={{0,-10},{20,10}})));
467469
PowerSystems.AC1ph_DC.ImpedancesOneTerm.Resistor res(V_nom=10, r=100)
468470
annotation (Placement(transformation(extent={{80,-10},{100,10}})));

0 commit comments

Comments
 (0)