From 3281d92b281b1ab8b9a1f6c52fe49b4859a91e3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoff=20B=C3=BCrger?= Date: Wed, 22 Feb 2023 20:10:47 +0000 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Thomas Beutlich --- Modelica/Clocked/RealSignals/Interfaces/PartialNoise.mo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modelica/Clocked/RealSignals/Interfaces/PartialNoise.mo b/Modelica/Clocked/RealSignals/Interfaces/PartialNoise.mo index 0cc854799d..7d19c7780a 100644 --- a/Modelica/Clocked/RealSignals/Interfaces/PartialNoise.mo +++ b/Modelica/Clocked/RealSignals/Interfaces/PartialNoise.mo @@ -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=" -

Interface block for uniformly distributed noise in some range noiseMin … noiseMax applied to a clocked Real input signal; the resulting noisy signal is provided as clocked Real output signal.

+

Interface block for uniformly distributed noise in some range noiseMin … noiseMax applied to a clocked Real input signal; the resulting noisy signal is provided as clocked Real output signal.

")); end PartialNoise;