Assignment Primitive
- Updated2026-02-04
- 1 minute(s) read
A simple expression statement that assigns a value to a variable.
For example, VarName = 150 is an assignment that sets the value of a variable, VarName, to 150.
| Property/Section | Description |
|---|---|
| Expression | Specifies the expression to evaluate. You can include real-time sequence variables, supported functions, and operators in an expression. |
| Description | Specifies a description for the current item. This text appears when you hover over the item in the Stimulus Profile Editor. |