Skip to content

Search these docs, or ask Revo a question — answers link the pages they came from.

Run Device Operation


Runs one of the selected device's own operations.


ParameterTypeDescription
Labware Name string An identifier for a specific instance of a piece of labware in the run.
At Current Device bool Detect the device from wherever this schedule last left the labware.
Device string The device to run the operation on.
Device Type Type The type of device to run the operation. Decides which operations are offered. Supply this or a specific device; both is not required.
Operation string The command to run on the selected device.
Priority int When several steps are queued, the one with the highest number goes first.
Simulation Duration TimeSpan How long Revolution waits in place of actually running the operation.
Parameters List<string> The values for the parameters that the chosen device operation takes.
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