Skip to content

Commit

Permalink
Update ModelicaTest/Electrical/QuasiStatic/SinglePhase.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 eccbe38 commit 374d75d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ModelicaTest/Electrical/QuasiStatic/SinglePhase.mo
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,6 @@ package SinglePhase "Single-phase quasi-static package"
connect(currentCurrent.pin_p, impedanceC.pin_n) annotation (Line(points={{20,-50},{20,-60},{50,-60},{50,-50}}, color={85,170,255}));
connect(groundI1.pin, currentCurrent.pin_p) annotation (Line(points={{0,-60},{20,-60},{20,-50}}, color={85,170,255}));
connect(complexRampC.y, impedanceC.Z_ref) annotation (Line(points={{69,-40},{62,-40}}, color={85,170,255}));
annotation(experiment(StopTime = 1.0, Interval = 0.0002));
annotation(experiment(StopTime = 1.0));
end FrequencySweep;
end SinglePhase;

0 comments on commit 374d75d

Please sign in to comment.