mirror of https://github.com/m-labs/artiq.git
thorlabs_tcube: add realistic values for status bits and dc status in driver sim
This commit is contained in:
parent
5091098eb0
commit
c2831db253
|
@ -1536,10 +1536,10 @@ class TdcSim:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def get_dc_status_update(self):
|
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):
|
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):
|
def suspend_end_of_move_messages(self):
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Reference in New Issue