pulse_library#

Standard pulse-level operations for use with the quantify_scheduler.

Module Contents#

Classes#

LatchReset

Operation that resets the feedback trigger addresses from the hardware.

class LatchReset(t0: float = 0, duration: float = 4e-09, portclocks: list[tuple[str, str]] | None = None)[source]#

Bases: quantify_scheduler.Operation

Operation that resets the feedback trigger addresses from the hardware.

Currently only implemented for Qblox backend, refer to ResetFeedbackTriggersStrategy for more details.