From 373ce59d249c434158cea370c26be51e645c3277 Mon Sep 17 00:00:00 2001 From: Hans Olsson Date: Tue, 13 Jun 2023 17:52:05 +0200 Subject: [PATCH] Update Modelica/Blocks/Sources.mo Co-authored-by: Henrik Tidefelt --- 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 ca5c3b7aa4..da5f956a33 100644 --- a/Modelica/Blocks/Sources.mo +++ b/Modelica/Blocks/Sources.mo @@ -346,7 +346,7 @@ The Real output y is a sine signal: annotation(Dialog(groupImage="modelica://Modelica/Resources/Images/Blocks/Sources/Cosine.png")); parameter SI.Frequency f(start=1) "Frequency of cosine wave"; parameter SI.Angle phase=0 "Phase of cosine wave"; - parameter Boolean continuous = false "If we want a smooth signal, the output will start at offset + amplitude*cos(phase)"; + parameter Boolean continuous = false "Make output continuous by starting at offset + amplitude*cos(phase)"; extends Interfaces.SignalSource; equation if continuous then