functionplotTwoSine
Plot two sine functions in one diagram
Extends from Modelica.Icons.Function (Icon for functions).
Information
This function plots the following diagram (with default input arguments):
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Frequency | freqHz1 | 2 | Frequency of sine wave 1 |
| Modelica.Units.SI.Frequency | freqHz2 | 3 | Frequency of sine wave 2 |
| Modelica.Units.SI.Damping | damping1 | 0.8 | Damping coefficient of sine wave 12 |
| Modelica.Units.SI.Damping | damping2 | 0.1 | Damping coefficient of sine wave 2 |