forked from M-Labs/artiq
artiq_sinara_tester: fix almazny attenuation type
This commit is contained in:
parent
8c825505fd
commit
4c21d4a19c
|
@ -193,7 +193,6 @@ class Almazny:
|
|||
:param host_mirny - Mirny device Almazny is connected to
|
||||
"""
|
||||
|
||||
core: KernelInvariant[Core]
|
||||
mirny_cpld: KernelInvariant[Mirny]
|
||||
att_mu: Kernel[list[int32]]
|
||||
channel_sw: Kernel[list[int32]]
|
||||
|
|
|
@ -423,7 +423,7 @@ class SinaraTester(EnvExperiment):
|
|||
input()
|
||||
print("RF ON, all attenuators OFF. Press ENTER when done.")
|
||||
for i in range(4):
|
||||
self.almazny_set_attenuators(almazny, i, 0)
|
||||
self.almazny_set_attenuators(almazny, i, 0.)
|
||||
input()
|
||||
print("SR outputs are OFF. Press ENTER when done.")
|
||||
self.almazny_toggle_output(almazny, False)
|
||||
|
|
Loading…
Reference in New Issue