ParameterRange

Generates a linear range of values between min and max.

Description

Useful for changing stimulus parameters linearly with discrete steps (e.g. size, speed, location, etc.).

Notes

see also ‘RangeAnimation’

Inputs:

  • Count: Discretization of the values between min and max (Default: 10)
  • RangeMax: (Default: 1)
  • RangeMin: (Default: 0)

Outputs:

  • This can be an end node
  • All the properties that are externalized can be sent forward as outputs.

Updated: