Skip to content

Commit

Permalink
MSL 4.1.0 Regressions: Modelica/Electrical/Analog/Examples/OpAmps/Sig…
Browse files Browse the repository at this point in the history
…nalGenerator.mo set {opAmp1, opAmp2}.strict=true
  • Loading branch information
AHaumer committed Oct 21, 2024
1 parent 8e7876b commit ee201fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Modelica/Electrical/Analog/Examples/OpAmps/SignalGenerator.mo
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ model SignalGenerator "Rectangle-Triangle generator"
Modelica.Electrical.Analog.Ideal.IdealizedOpAmpLimited opAmp1(
Vps=Vps,
Vns=Vns,
strict=false,
strict=true,
homotopyType=Modelica.Blocks.Types.LimiterHomotopy.LowerLimit)
annotation (Placement(transformation(extent={{-60,10},{-40,-10}})));
Modelica.Electrical.Analog.Basic.Resistor r2(R=R2, i(start=Vps/R2))
Expand All @@ -31,7 +31,7 @@ model SignalGenerator "Rectangle-Triangle generator"
Vps=Vps,
Vns=Vns,
v_in(start=0),
strict=false)
strict=true)
annotation (Placement(transformation(extent={{30,-10},{50,10}})));
Modelica.Electrical.Analog.Basic.Capacitor c(C=C, v(fixed=true, start=0))
annotation (Placement(transformation(extent={{50,20},{30,40}})));
Expand Down

0 comments on commit ee201fc

Please sign in to comment.