pulse_library#
Standard pulse-level operations for use with the quantify_scheduler.
Module Contents#
Classes#
Operation that resets the feedback trigger addresses from the hardware. |
- class LatchReset(portclock: tuple[str, str], t0: float = 0, duration: float = 4e-09)[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.