Block
- Updated2026-08-17
- 1 minute(s) read
Organize your real-time sequence code.
A block is a list of functional statements to execute. Because a block is itself a single statement, you also can use blocks to easily duplicate or move related statements. The predefined sections of a real-time sequence, Setup, Main, and Clean Up, are examples of code blocks. Blocks have no effect on the execution of the code.
| Property/Section | Description |
|---|---|
| Name | The name of the block. |
| Description | Specifies a description for the current item. This text appears when you hover over the item in the Stimulus Profile Editor. |