@@ -3,7 +3,6 @@ model FrequencySweepCurrentSource "Current source with integrated frequency swee
33 extends Interfaces.TwoPlug;
44 import Modelica.Constants.eps;
55 SI.Angle gamma(start= 0 ) = plug_p.reference.gamma;
6- parameter Integer m= 3 "Number of phases" annotation(Evaluate=true);
76 parameter SI.Frequency fStart(final min = eps, start= 1 ) "Start sweep frequency" ;
87 parameter SI.Frequency fStop(final min = eps, start= 1 ) "Stop sweep frequency" ;
98 parameter SI.Time startTime= 0 "Start time of frequency sweep" ;
@@ -24,7 +23,7 @@ equation
2423 connect (logFrequencySweep.y,currentSource. f) annotation (Line(points={{19,-50},{6,-50},{6,-12}}, color={0,0,127}));
2524 connect (plug_p,currentSource. plug_p) annotation (Line(points={{-100,0},{-10,0}}, color={85,170,255}));
2625 connect (currentSource.plug_n, plug_n) annotation (Line(points={{10,0},{100,0}}, color={85,170,255}));
27- connect (currentSource.I, const.y) annotation (Line(points={{-6.2 ,-12},{-6,-12},{-6,-50},{-39,-50}}, color={85,170,255}));
26+ connect (currentSource.I, const.y) annotation (Line(points={{-6,-12},{-6,-12},{-6,-50},{-39,-50}}, color={85,170,255}));
2827 annotation (defaultComponentName="currentSource" ,Icon(graphics={
2928 Ellipse(
3029 extent={{-50,50},{50,-50}},
0 commit comments