From c2831db253c32efef8f9e8acc521682fa268ea45 Mon Sep 17 00:00:00 2001 From: Yann Sionneau Date: Wed, 4 Mar 2015 17:27:20 +0100 Subject: [PATCH] thorlabs_tcube: add realistic values for status bits and dc status in driver sim --- artiq/devices/thorlabs_tcube/driver.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/artiq/devices/thorlabs_tcube/driver.py b/artiq/devices/thorlabs_tcube/driver.py index b1f7f889f..f7bac7221 100644 --- a/artiq/devices/thorlabs_tcube/driver.py +++ b/artiq/devices/thorlabs_tcube/driver.py @@ -1536,10 +1536,10 @@ class TdcSim: pass def get_dc_status_update(self): - return None # FIXME: not implemented yet for simulation + return 0, 0, 0x80000400 # FIXME: not implemented yet for simulation def get_status_bits(self): - return None # FIXME: not implemented yet for simulation + return 0x80000400 # FIXME: not implemented yet for simulation def suspend_end_of_move_messages(self): pass