control_flow_library ==================== .. py:module:: quantify_scheduler.operations.control_flow_library .. autoapi-nested-parse:: Standard control flow operations for use with the quantify_scheduler. Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: quantify_scheduler.operations.control_flow_library.Loop .. py:class:: Loop(repetitions: int, t0: float = 0) Bases: :py:obj:`quantify_scheduler.operations.operation.Operation` Loop over another operation. Cannot be added to Schedule manually, to be used with the `control_flow` arg of Schedule.add :param repetitions: number of repetitions :type repetitions: int :param t0: time offset, by default 0 :type t0: float, optional