From c53d333d46c5de0a3e9531585b07d006181f0d87 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 9 May 2023 14:27:37 +0800 Subject: [PATCH] almazny: fix parameter --- artiq/coredevice/almazny.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/coredevice/almazny.py b/artiq/coredevice/almazny.py index 9e0206986..a78992b28 100644 --- a/artiq/coredevice/almazny.py +++ b/artiq/coredevice/almazny.py @@ -134,7 +134,7 @@ class AlmaznyChannel: def __init__(self, dmgr, host_mirny, channel): self.channel = channel - self.mirny_cpld = dmgr.get(cpld_device) + self.mirny_cpld = dmgr.get(host_mirny) @portable def to_mu(self, att, enable, led):