Ramp

Generates a signal that increases or decreases at a fixed rate. The start value is given by the input signal start, and the rate is given by the input signal step in change per execution cycle. Both parameters must be fed by constants in order to obtain a fixed change rate.

Blocks tree path

Standard\Generators\Ramp

Inputs

Name Type Description
start real The start value, that is, the value that the output signal will have in the first cycle.
step real The change for each execution cycle.

Outputs

Name Type Description
value real The generated signal.