From 554bfa2aa04f4141b477db9935905b6bd46859b6 Mon Sep 17 00:00:00 2001 From: HOS Date: Tue, 13 Jun 2023 17:57:58 +0200 Subject: [PATCH] Rephrase --- Modelica/Blocks/Sources.mo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modelica/Blocks/Sources.mo b/Modelica/Blocks/Sources.mo index da5f956a33..02afbfdaf2 100644 --- a/Modelica/Blocks/Sources.mo +++ b/Modelica/Blocks/Sources.mo @@ -605,7 +605,7 @@ and that the parameter startTime is omitted since the voltage can b parameter Real amplitude=1 "Amplitude of sine wave" annotation(Dialog(groupImage="modelica://Modelica/Resources/Images/Blocks/Sources/Sinc.png")); parameter SI.Frequency f(start=1) "Frequency of sine wave"; - parameter Boolean continuous = false "If we want a smooth signal, the output will start at offset + amplitude"; + parameter Boolean continuous = false "Make output smooth by starting at offset + amplitude rather than just offset"; extends Interfaces.SignalSource; protected SI.Angle x=2*pi*f*(time - startTime);