Skip to content

bloqade.analog.ir.routine.base.RoutineShow

← Module overview

classRoutineShowsource

bloqade.analog.ir.routine.base.RoutineShow

Bases: Show

class RoutineShow

methodshowsource

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

NameTypeDefaultDescription
selfRoutineBaserequired
*args—()
batch_indexint0

int

which parameter set out of the batch to use. Default is 0. If there are no batch parameters, use 0.

source