Search these docs, or ask Revo a question — answers link the pages they came from.
For Each
Repeats a sequence of steps once for each item in a set or collection.
For Each Repeats a sequence of steps once for each item in a set or collection.
| Parameter | Type | Description |
|---|---|---|
| Source Set Type | SourceSetType | Whether the set comes from a device pool or a schedule parameter. A schedule parameter used here must already hold a set of locations. |
| Source Set ✱ | string | The device pool or schedule parameter that supplies the item set. |
| Sub Set Type | SubSetType | What each pass works with: locations, location names, or labware names. |
| Sub Set Name ✱ | string | The name given to the current selection. Steps inside the sequence refer to the current item by this name. |
| Sub Set Size | int | How many items to take on each pass. |
| Sub Set Selection Regex | string | A regular expression that narrows the set to the matching entries. Leave it empty to use every entry. |
| Notes | string | A free-text note kept with this step. It changes nothing at run time. Shown on the step in the schedule editor and in the event log. Use it to record why the step is here. |
| Enabled | bool | Whether this step runs. Clearing it skips the step when the schedule runs. The step stays in the schedule, in place and still configured. |
✱ Mandatory parameter