bloqade.analog.ir.routine.base.RoutineShow
← Module overview
class
method
classRoutineShow¶source
bloqade.analog.ir.routine.base.RoutineShow
Bases: Show
class RoutineShowmethodshow¶source
bloqade.analog.ir.routine.base.RoutineShow.show
def show(self: RoutineBase, *args=(), batch_index: int = 0)Show an interactive plot of the routine.
*args: Any
Specify the parameters that are defined in the .args([...]) build step.
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
self | RoutineBase | required | |
*args | — | () | |
batch_index | int | 0 |
int
which parameter set out of the batch to use. Default is 0. If there are no batch parameters, use 0.
source