We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2abe232 commit 90f5ddeCopy full SHA for 90f5dde
1 file changed
Modelica/Electrical/Machines/Examples/SynchronousMachines/SMEE_LoadDump.mo
@@ -214,13 +214,11 @@ equation
214
points={{-90,40},{-90,50},{-80,50}},
215
color={0,0,255}));
216
connect(loadControl.y, switch.control[1]) annotation (Line(
217
- points={{-19,80},{-10,80},{-10,61.3333}},
218
- color={255,0,255}));
+ points={{-19,80},{-10,80},{-10,62}}, color={255,0,255}));
219
connect(loadControl.y, switch.control[2]) annotation (Line(
220
points={{-19,80},{-10,80},{-10,62}}, color={255,0,255}));
221
connect(loadControl.y, switch.control[3]) annotation (Line(
222
- points={{-19,80},{-10,80},{-10,62.6667}},
223
224
connect(star.pin_n, ground.p) annotation (Line(
225
points={{-90,20},{-90,10}}, color={0,0,255}));
226
annotation (experiment(StopTime=10, Interval=1E-4, Tolerance=1e-06), Documentation(info="<html>
0 commit comments