Ramp Pattern by Increment
- Updated2023-02-17
- 3 minute(s) read
Ramp Pattern by Increment
Generates a signal containing a ramp pattern with a specific interval between samples.

Inputs/Outputs

start
First value of the ramp.
Default value: 0

end
Final value of the ramp.
Default value: 1

increment
Interval between two adjacent samples in the ramp pattern.
The value of increment must meet the following conditions:
- Must not be 0.
- Must be positive if start is less than end.
- Must be negative if start is greater than end.
Default value: 0.01

error in
Error conditions that occur before this node runs.
The node responds to this input according to standard error behavior.
Default value: No error

dt
Sampling rate in samples per second.
This input is available only if you configure this node to return a waveform.
Default value: 0.1

t0
Timestamp of the output signal.
This input is available only if you configure this node to return a waveform.

ramp pattern
Output ramp pattern.
This output can return a waveform or an array of double-precision, floating-point numbers.

samples
The number of samples in the ramp pattern.

error out
Error information.
The node produces this output according to standard error behavior.