Skip to content

Commit

Permalink
enable tap changer inputs of Examples.Spot.AC1ph_DC.Transformer
Browse files Browse the repository at this point in the history
  • Loading branch information
rfranke committed Mar 7, 2015
1 parent f094db3 commit 61d1c37
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion PowerSystems/Examples/Spot/AC1ph_DC.mo
Expand Up @@ -462,7 +462,9 @@ package AC1ph_DC "AC 1-phase and DC components"
replaceable PowerSystems.AC1ph_DC.Transformers.TrafoStray trafo(par(
v_tc1 = {1,1.1},
v_tc2 = {1,1.2},
V_nom = {1,10}))
V_nom = {1,10}),
use_tap_p=true,
use_tap_n=true)
annotation (Placement(transformation(extent={{0,-10},{20,10}})));
PowerSystems.AC1ph_DC.ImpedancesOneTerm.Resistor res(V_nom=10, r=100)
annotation (Placement(transformation(extent={{80,-10},{100,10}})));
Expand Down

0 comments on commit 61d1c37

Please sign in to comment.