From 5091098eb0225db2fb60b745b2336f672279093f Mon Sep 17 00:00:00 2001 From: Yann Sionneau Date: Wed, 4 Mar 2015 16:26:27 +0100 Subject: [PATCH] thorlabs_tcube: driver PEP8 fix --- artiq/devices/thorlabs_tcube/driver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/devices/thorlabs_tcube/driver.py b/artiq/devices/thorlabs_tcube/driver.py index 83e2f07e0..b1f7f889f 100644 --- a/artiq/devices/thorlabs_tcube/driver.py +++ b/artiq/devices/thorlabs_tcube/driver.py @@ -1150,7 +1150,7 @@ class Tdc(Tcube): MGMSG.MOT_MOVE_STOPPED, 1, stop_mode) def set_dc_pid_parameters(self, proportional, integral, differential, - integral_limit, filter_control=0x0F): + integral_limit, filter_control=0x0F): """Set the position control loop parameters. :param proportional: The proportional gain, values in range [0; 32767].