Increment
- Updated2023-02-17
- 2 minute(s) read
Increment
Adds 1 to the input value.
Inputs/Outputs

x
The value to increment by 1.
- scalar numbers
- enumerated type values
- an array or cluster of numbers
- an array of clusters of numbers
- waveforms
Data Type Changes on FPGA
When you add this node to a document targeted to an FPGA, this input has a default data type that uses fewer hardware resources at compile time.

x + 1
The result of the increment operation.
Behavior with Timestamps and Enumerated Values
If x is a timestamp value, this node increments the time by one second. If x is an enumerated type value and you select the last enum value, this node returns the first enum value.
Data Type Changes on FPGA
When you add this node to a document targeted to an FPGA, this output has a default data type that uses fewer hardware resources at compile time.
Behavior for Enum Data
All arithmetic functions except Increment and Decrement treat enum data the same as an unsigned integer. Increment changes the last enumerated value to the first value.