Skip to content

Commit

Permalink
Update Modelica/Blocks/Sources.mo
Browse files Browse the repository at this point in the history
Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
  • Loading branch information
HansOlsson and henrikt-ma committed Jun 13, 2023
1 parent 63efc4d commit da7adc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modelica/Blocks/Sources.mo
Expand Up @@ -294,7 +294,7 @@ If parameter duration is set to 0.0, the limiting case of a Step signal is achie
annotation(Dialog(groupImage="modelica://Modelica/Resources/Images/Blocks/Sources/Sine.png"));
parameter SI.Frequency f(start=1) "Frequency of sine wave";
parameter SI.Angle phase=0 "Phase of sine wave";
parameter Boolean continuous = false "If we want a smooth signal, the output will start at offset + amplitude*sin(phase)";
parameter Boolean continuous = false "Make output continuous by starting at offset + amplitude*sin(phase)";
extends Interfaces.SignalSource;
equation
if continuous then
Expand Down

0 comments on commit da7adc0

Please sign in to comment.