SineWave

The SineWave object generates a sine wave output:

y = Offset + Amplitude * sin( 2π t/Period + PhaseAngle )

where:

y = present output value for the SineWave object

t = present simulation time

The value returned by the SineWave is calculated on demand.