add_wait
- CircularDrivingField.add_wait(duration)
Add an idle section to this driving field.
Increases this field’s
last_pulse_endbyduration, leaving a gap before the next pulse appended to this field. Other driving fields are not affected.- Parameters:
duration (
float) – Length of the idle section (in \(\mu\text{s}\)).- Raises:
SimphonyError – If
durationis not positive.