pulse_library ============= .. py:module:: quantify_scheduler.backends.qblox.operations.pulse_library .. autoapi-nested-parse:: Standard pulse-level operations for use with the quantify_scheduler. Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: quantify_scheduler.backends.qblox.operations.pulse_library.LatchReset .. py:class:: LatchReset(t0: float = 0, duration: float = 4e-09, portclocks: list[tuple[str, str]] | None = None) Bases: :py:obj:`quantify_scheduler.Operation` Operation that resets the feedback trigger addresses from the hardware. Currently only implemented for Qblox backend, refer to :class:`~quantify_scheduler.backends.qblox.operation_handling.virtual.ResetFeedbackTriggersStrategy` for more details.