From ec966de007e865b5972279532f7df3d17edc693e Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 26 Feb 2019 16:50:19 +0800 Subject: [PATCH] thorlabs_tcube: cleanup --- 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 10bb6ea9c..51ac2643b 100644 --- a/artiq/devices/thorlabs_tcube/driver.py +++ b/artiq/devices/thorlabs_tcube/driver.py @@ -1435,13 +1435,13 @@ class TdcSim: def move_absolute(self, absolute_distance): pass - def move_jog(self, direction, async=False): + def move_jog(self, direction): pass def move_velocity(self, direction): pass - def move_stop(self, stop_mode, async=False): + def move_stop(self, stop_mode): pass def set_dc_pid_parameters(self, proportional, integral, differential,