Delay Stage
- class pymoa.stage.delay.Delay(delay=0.5, **kwargs)
Bases:
MoaStage
A stage that delays for
delay
seconds before the stage is automatically completed.- delay: float = 0.5
How long the stage should delay for each trial.
Bases: MoaStage
A stage that delays for delay
seconds before the stage
is automatically completed.
How long the stage should delay for each trial.