Skip to content

Commit

Permalink
Update ModelicaTest/Electrical/QuasiStatic/Polyphase.mo
Browse files Browse the repository at this point in the history
Co-authored-by: Hans Olsson <[email protected]>
  • Loading branch information
casella and HansOlsson authored Jan 21, 2025
1 parent d7787b6 commit eccbe38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ModelicaTest/Electrical/QuasiStatic/Polyphase.mo
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,6 @@ package Polyphase "Polyphase quasi-static package"
connect(starI.plug_p,currentSource. plug_p) annotation (Line(points={{-20,-80},{-20,-50}}, color={85,170,255}));
connect(currentSource.plug_p, capacitor.plug_n) annotation (Line(points={{-20,-50},{-10,-50},{-10,-20},{-20,-20}}, color={85,170,255}));
connect(capacitor.plug_p,currentSource. plug_n) annotation (Line(points={{-40,-20},{-50,-20},{-50,-50},{-40,-50}}, color={85,170,255}));
annotation(experiment(StopTime = 1.0, Interval = 0.0002));
annotation(experiment(StopTime = 1.0));
end FrequencySweep;
end Polyphase;

0 comments on commit eccbe38

Please sign in to comment.