Skip to content

Commit ff95fea

Browse files
casellaHansOlsson
andauthored
Add missing experiment annotations (#4516)
* Added missing experiment annotations. Fixes #4510 * Update ModelicaTest/Electrical/QuasiStatic/Polyphase.mo Co-authored-by: Hans Olsson <[email protected]> * Update ModelicaTest/Electrical/QuasiStatic/SinglePhase.mo Co-authored-by: Hans Olsson <[email protected]> --------- Co-authored-by: Hans Olsson <[email protected]>
1 parent a5cf0f3 commit ff95fea

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ModelicaTest/Electrical/QuasiStatic/Polyphase.mo

+1
Original file line numberDiff line numberDiff line change
@@ -226,5 +226,6 @@ package Polyphase "Polyphase quasi-static package"
226226
connect(starI.plug_p,currentSource. plug_p) annotation (Line(points={{-20,-80},{-20,-50}}, color={85,170,255}));
227227
connect(currentSource.plug_p, capacitor.plug_n) annotation (Line(points={{-20,-50},{-10,-50},{-10,-20},{-20,-20}}, color={85,170,255}));
228228
connect(capacitor.plug_p,currentSource. plug_n) annotation (Line(points={{-40,-20},{-50,-20},{-50,-50},{-40,-50}}, color={85,170,255}));
229+
annotation(experiment(StopTime = 1.0));
229230
end FrequencySweep;
230231
end Polyphase;

ModelicaTest/Electrical/QuasiStatic/SinglePhase.mo

+1
Original file line numberDiff line numberDiff line change
@@ -265,5 +265,6 @@ package SinglePhase "Single-phase quasi-static package"
265265
connect(currentCurrent.pin_p, impedanceC.pin_n) annotation (Line(points={{20,-50},{20,-60},{50,-60},{50,-50}}, color={85,170,255}));
266266
connect(groundI1.pin, currentCurrent.pin_p) annotation (Line(points={{0,-60},{20,-60},{20,-50}}, color={85,170,255}));
267267
connect(complexRampC.y, impedanceC.Z_ref) annotation (Line(points={{69,-40},{62,-40}}, color={85,170,255}));
268+
annotation(experiment(StopTime = 1.0));
268269
end FrequencySweep;
269270
end SinglePhase;

0 commit comments

Comments
 (0)