From ee201fccd2ac4572cce6b7f92f0510c6d744e4a2 Mon Sep 17 00:00:00 2001 From: AHaumer Date: Mon, 21 Oct 2024 13:45:10 +0200 Subject: [PATCH] MSL 4.1.0 Regressions: Modelica/Electrical/Analog/Examples/OpAmps/SignalGenerator.mo set {opAmp1, opAmp2}.strict=true --- Modelica/Electrical/Analog/Examples/OpAmps/SignalGenerator.mo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Modelica/Electrical/Analog/Examples/OpAmps/SignalGenerator.mo b/Modelica/Electrical/Analog/Examples/OpAmps/SignalGenerator.mo index 758dae6781..d9ec5095e9 100644 --- a/Modelica/Electrical/Analog/Examples/OpAmps/SignalGenerator.mo +++ b/Modelica/Electrical/Analog/Examples/OpAmps/SignalGenerator.mo @@ -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)) @@ -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}})));