Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MSL 4.1.0 Regressions: OpAmps/SignalGenerator #4485

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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