@@ -267,11 +267,11 @@ The Real output y is a step signal:
267267 lineColor={192,192,192},
268268 fillColor={192,192,192},
269269 fillPattern=FillPattern.Solid),
270- Line(points={{-80,-70},{-40,-70},{31,38}}),
270+ Line(points={{-80,-70},{-40,-70},{31,38}, {86, 38} }),
271271 Text(
272272 extent={{-150,-150},{150,-110}},
273- textString="duration=%duration" ),
274- Line(points={{31,38},{86,38}}) }),
273+ textString="duration=%duration" )
274+ }),
275275 Documentation(info="<html>
276276<p>
277277The Real output y is a ramp signal:
@@ -377,12 +377,12 @@ The Real output y is a sine signal:
377377 Line(points={{-80,80},{-76.2,79.8},{-70.6,76.6},{-64.9,69.7},{-59.3,
378378 59.4},{-52.9,44.1},{-44.83,21.2},{-27.9,-30.8},{-20.7,-50.2},{-14.3,
379379 -64.2},{-8.7,-73.1},{-3,-78.4},{2.6,-80},{8.2,-77.6},{13.9,-71.5},
380- {19.5,-61.9},{25.9,-47.2},{34,-24.8},{42,0}}, smooth=Smooth.Bezier),
380+ {19.5,-61.9},{25.9,-47.2},{34,-24.8},{42,0},{53.3,35.2},{60.5,54.1},{66.9,67.4},{72.6,75.6},{
381+ 78.2,80.1},{83.8,80.8}}, smooth=Smooth.Bezier),
381382 Text(
382383 extent={{-147,-152},{153,-112}},
383- textString="f=%f" ),
384- Line(points={{42,1},{53.3,35.2},{60.5,54.1},{66.9,67.4},{72.6,75.6},{
385- 78.2,80.1},{83.8,80.8}})}),
384+ textString="f=%f" )
385+ }),
386386 Documentation(info="<html>
387387<p>
388388The Real output y is a cosine signal:
@@ -1504,7 +1504,7 @@ a flange according to a given acceleration.
15041504 fillColor={192,192,192},
15051505 fillPattern=FillPattern.Solid),
15061506 Line(points={{-48,-50},{-48,70},{52,70},{52,-50},{-48,-50},{-48,-20},
1507- {52,-20},{52,10},{-48,10},{-48,40},{52,40},{52,70},{2,70},{2,-51 }}),
1507+ {52,-20},{52,10},{-48,10},{-48,40},{52,40},{52,70},{2,70},{2,-50 }}),
15081508 Text(
15091509 extent={{-150,-150},{150,-110}},
15101510 textString="offset=%offset" )}),
@@ -1947,7 +1947,7 @@ MATLAB is a registered trademark of The MathWorks, Inc.
19471947 fillColor={255,215,136},
19481948 fillPattern=FillPattern.Solid,
19491949 extent={{-48,-50},{2,70}}),
1950- Line(points={{-48,-50},{-48,70},{52,70},{52,-50},{-48,-50},{-48,-20},{52,-20},{52,10},{-48,10},{-48,40},{52,40},{52,70},{2,70},{2,-51 }}),
1950+ Line(points={{-48,-50},{-48,70},{52,70},{52,-50},{-48,-50},{-48,-20},{52,-20},{52,10},{-48,10},{-48,40},{52,40},{52,70},{2,70},{2,-50 }}),
19511951 Text(extent={{-150,-150},{150,-110}}, textString="tableOnFile=%tableOnFile" )}));
19521952 end CombiTimeTable;
19531953
@@ -2157,7 +2157,7 @@ at sample times (defined by parameter <strong>period</strong>) and is otherwise
21572157 fillColor={192,192,192},
21582158 fillPattern=FillPattern.Solid), Line(points={{-18,-50},{-18,70},{32,
21592159 70},{32,-50},{-18,-50},{-18,-20},{32,-20},{32,10},{-18,10},{-18,
2160- 40},{32,40},{32,70},{32,70},{32,-51 }})}),
2160+ 40},{32,40},{32,70},{32,70},{32,-50 }})}),
21612161 Documentation(info="<html>
21622162<p>
21632163The Boolean output y is a signal defined by parameter vector <strong>table</strong>.
@@ -2433,7 +2433,7 @@ The Integer output y is a step signal:
24332433 fillColor={192,192,192},
24342434 fillPattern=FillPattern.Solid),
24352435 Line(points={{-46,-52},{-46,68},{54,68},{54,-52},{-46,-52},{-46,-22},
2436- {54,-22},{54,8},{-46,8},{-46,38},{54,38},{54,68},{4,68},{4,-53 }})}),
2436+ {54,-22},{54,8},{-46,8},{-46,38},{54,38},{54,68},{4,68},{4,-52 }})}),
24372437 Documentation(info="<html>
24382438
24392439<p>
0 commit comments