Sequencer object step and alias naming conventions
- Last UpdatedJul 19, 2024
- 1 minute read
Steps and Aliases follow the same naming conventions:
-
They can only consist of alphanumeric characters, underscore ("_") and period (".").
-
They can only start with an alphanumeric character and an underscore ("_").
-
They must include at least one alphabet character.
-
They can be up to 32 characters in length.
-
They are case-insensitive (for example it is not possible to create the Aliases "Alias1" and "aLiAs1" in the same Alias definition list).
-
Capitalization is allowed and maintained (for example it is possible to rename "Step1" to "sTeP1" and the change persists)
-
Alias names cannot be True or False.