Skip to content

Commit

Permalink
Merge pull request #4521 from maltelenz/backport4516
Browse files Browse the repository at this point in the history
Add missing experiment annotations (backport)
  • Loading branch information
AHaumer authored Jan 21, 2025
2 parents e510161 + 4b0b69c commit ebbb262
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ModelicaTest/Electrical/QuasiStatic/Polyphase.mo
Original file line number Diff line number Diff line change
Expand Up @@ -226,5 +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));
end FrequencySweep;
end Polyphase;
1 change: 1 addition & 0 deletions ModelicaTest/Electrical/QuasiStatic/SinglePhase.mo
Original file line number Diff line number Diff line change
Expand Up @@ -265,5 +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));
end FrequencySweep;
end SinglePhase;

0 comments on commit ebbb262

Please sign in to comment.