Commit 5b3e00ec authored by Adriaan's avatar Adriaan
Browse files

Merge branch 'feat/default_clock_square_pulse' into 'develop'

set default clock for the square pulse

See merge request quantify-os/quantify-scheduler!207
parents fdd76e27 ae308051
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -186,7 +186,7 @@ class SquarePulse(Operation):
        amp: float,
        duration: float,
        port: str,
        clock: str,
        clock: str = BasebandClockResource.IDENTITY,
        phase: float = 0,
        t0: float = 0,
        data: Optional[dict] = None,