From c73b1af7abcbb690a8c6c39aa7db84ac2c5f6e47 Mon Sep 17 00:00:00 2001 From: Robert Jordens Date: Mon, 21 Nov 2016 13:16:44 +0100 Subject: [PATCH] coredevice/sawg: missing comma --- artiq/coredevice/sawg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/coredevice/sawg.py b/artiq/coredevice/sawg.py index 49d018843..d90eba9ed 100644 --- a/artiq/coredevice/sawg.py +++ b/artiq/coredevice/sawg.py @@ -107,7 +107,7 @@ class SAWG: """ kernel_invariants = {"channel_base", "core", "amplitude1", "frequency1", "phase1", - "amplitude2", "frequency2", "phase2" + "amplitude2", "frequency2", "phase2", "frequency0", "phase0", "offset"} def __init__(self, dmgr, channel_base, parallelism, core_device="core"):