thorlabs_tcube: driver PEP8 fix

This commit is contained in:
Yann Sionneau 2015-03-04 16:26:27 +01:00 committed by Sebastien Bourdeauducq
parent bc19d6f7a8
commit 5091098eb0
1 changed files with 1 additions and 1 deletions

View File

@ -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].