Search these docs, or ask Revo a question — answers link the pages they came from.
If..Else
Runs one of two sequences of steps, depending on whether a condition holds.
If..Else Runs one of two sequences of steps, depending on whether a condition holds.
| Parameter | Type | Description |
|---|---|---|
| Labware Name | string | The labware the condition applies to, by the name it was given earlier in the schedule. |
| Condition ✱ | string | The condition to evaluate. It can refer to schedule parameters, and decides whether the sequence runs. |
| Notes | string | Free-text note kept with this step. It appears on the step in the schedule editor and in the event log, and has no effect on what the step does. Use it to record why the step is here. |
| Enabled | bool | Whether this step runs. Clearing it leaves the step in the schedule, in place and still configured, but skips it at run time. |
✱ Mandatory parameter