latest
Sequence
Grow Step Sequence

Creates a sequence by growing steps

ID

662ae5a310b6cb87640c9199

Name

Grow Step Sequence

Group

Sequence

Package

List

Keywords

grow
series
createList
sequence
ls

List

Sequence

Set

Tree

Creation method

There are two options for creating a Grow Step Sequence node.

  • The first way to create a Grow Step Sequence node using the search list, which is opened by double left-clicking in the workspace. You can write the name of the node you need, or words associated with this node.
    • grow , series , createList , sequence , ls
  • The second way is to select a Grow Step Sequence node from the menu that opens from the top left.
    • Menu > List > Sequence > Grow Step Sequence

Steps

  • Create a Grow Step Sequence node.
  • Connect the list start item to the first port.
  • Connect the list items count to the second port.
  • Connect the first incremental step applied to the initial value to the third port.
  • Connect the second incremental step applied to the sequence to the fourth port.

After creating a node, connect the list start item to the first port. Connect the list items count to the second port. Connect the first incremental step applied to the initial value to the third port, it determines how the sequence progresses from one element to the next in the early stages. The second incremental step applied to the sequence to the fourth port. This step can influence how the sequence changes as it progresses further. On the output port, we will get the created growing list. Each element in the sequence is the result of accumulating the incremental steps from the initial value. This means that each term in the sequence is obtained by adding the previous term to the current incremental step value.

See also

List Item
List Sequence

Inputs

NameTypeDescriptionDefault Value
start
Number
List start item0
count
Number
List items count5
step1
Number
The first incremental step applied to the initial value1
step2
Number
The second incremental step applied to the sequence0

Outputs

NameTypeDescription
listSequence
Number
Created list