Slice and wait for result
slice_and_waitSlice the current plate and wait for completion to retrieve final stats and warnings in a single result. If the plate is unchanged, it returns the existing slice without re-slicing.
Instructions
Slice the current plate and block until it finishes, then return the final stats and warnings in one call. If the plate is already sliced and unchanged, it returns the existing result without re-slicing.
This is the usual way to slice when you want the outcome immediately. For a non-blocking start, use slice then poll get_slice_status; to sweep one setting across values, use compare_settings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | Maximum seconds to wait for the slice to finish before returning the last known state. Default 300; raise it for large or textured plates that slice slowly. |