Ramp Pattern by Increment

Generates a signal containing a ramp pattern with a specific interval between samples.

1378

Inputs/Outputs

datatype_icon

start

First value of the ramp.

This node does not impose conditions on the relationship between start and end. Therefore, this node can generate ramp-up and ramp-down patterns.

Default value: 0

datatype_icon

end

Final value of the ramp.

This node does not impose conditions on the relationship between start and end. Therefore, this node can generate ramp-up and ramp-down patterns.

Default value: 1

datatype_icon

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

datatype_icon

error in

Error conditions that occur before this node runs.

The node responds to this input according to standard error behavior.

Standard Error Behavior

Default value: No error

datatype_icon

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

datatype_icon

t0

Timestamp of the output signal.

If this input is unwired, this node uses the current time as the timestamp of the output signal.

This input is available only if you configure this node to return a waveform.

datatype_icon

ramp pattern

Output ramp pattern.

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

datatype_icon

samples

The number of samples in the ramp pattern.

datatype_icon

error out

Error information.

The node produces this output according to standard error behavior.

Standard Error Behavior