Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Beutlich <modelica@tbeu.de>
  • Loading branch information
christoff-buerger and beutlich committed Feb 22, 2023
1 parent 0f33260 commit 3281d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modelica/Clocked/RealSignals/Interfaces/PartialNoise.mo
Expand Up @@ -6,6 +6,6 @@ partial block PartialNoise
parameter Real noiseMax=0.1 "Upper limit of noise band";
parameter Real noiseMin=-noiseMax "Lower limit of noise band";
annotation (Documentation(info="<html>
<p><span style=\"font-family: Arial;\">Interface block for uniformly distributed noise in some range noiseMin&nbsp;&hellip;&nbsp;noiseMax applied to a clocked Real input signal; the resulting noisy signal is provided as clocked Real output signal.</span></p>
<p>Interface block for uniformly distributed noise in some range noiseMin&nbsp;&hellip;&nbsp;noiseMax applied to a clocked Real input signal; the resulting noisy signal is provided as clocked Real output signal.</p>
</html>"));
end PartialNoise;

0 comments on commit 3281d92

Please sign in to comment.