Skip to content

Commit

Permalink
Due to parameter InsideInterval the previous docstring is not correct…
Browse files Browse the repository at this point in the history
… any more
  • Loading branch information
christiankral committed Dec 22, 2021
1 parent 167c54b commit 850545b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modelica/Blocks/Logical.mo
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ Real input u2, otherwise the output is <strong>false</strong>.
end LessEqual;

block IntervalTest
"Output y is true, if input u is within the specified interval"
"Tests if input u is within the specified interval"
extends Modelica.Blocks.Interfaces.partialBooleanSO;
parameter Boolean useConstantLimits=true "Use constant limits, if true; otherwise signal input limits are used" annotation(Evaluate=true);
parameter Real constantLowerLimit "Lower limit of interval" annotation(Dialog(enable=useConstantLimits));
Expand Down

0 comments on commit 850545b

Please sign in to comment.