add_wait

BaseDrivingField.add_wait(duration)

Add an idle section to this driving field.

Increases this field’s last_pulse_end by duration, 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 duration is not positive.