Skip to content
New issue

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

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

Already on GitHub? # to your account

Issues with OpAmps/SignalGenerator #4485

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
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