Outputs
- Last UpdatedJul 19, 2024
- 1 minute read
You can write values to attributes whenever a certain step becomes active or before Sequencer jumps to the next or another step.
Note: To write to an attribute, you must first map it to an Alias. For specifics, see Aliases.
Every step of the step program allows you to associate the step entry and/or the step exit with values that are written to the Aliases. These values form an output matrix.
An output value can be one of two types:
-
literal value (number, string, date time, elapsed time or boolean)
-
value of another Alias (referencing another object attribute)
Empty cells in the matrix mean that no write to the associated Alias takes place.