Skip to content

Commit

Permalink
removing min attribute in gain
Browse files Browse the repository at this point in the history
  • Loading branch information
arunkumar-narasimhan committed Apr 6, 2023
1 parent 366c8c8 commit a848744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modelica/Blocks/Continuous.mo
Expand Up @@ -765,7 +765,7 @@ to compute u by an algebraic equation.
"Control error (set point - measurement)";
parameter .Modelica.Blocks.Types.SimpleController controllerType=
.Modelica.Blocks.Types.SimpleController.PID "Type of controller";
parameter Real k(min=1) = 1 "Gain of controller";
parameter Real k = 1 "Gain of controller";
parameter SI.Time Ti(min=Modelica.Constants.small)=0.5
"Time constant of Integrator block" annotation (Dialog(enable=
controllerType == .Modelica.Blocks.Types.SimpleController.PI or
Expand Down

0 comments on commit a848744

Please sign in to comment.