axis_name=self.axis_name, max_deflection=target_def)
except _FlatFit, e:
LOG.info(e)
- pos = self._stepper_approach_again(setpoint=target_def, far=far)
+ pos = self._stepper_approach_again(
+ target_deflection=target_def, far=far)
except _SurfaceError, e:
LOG.info(e)
- pos = self._stepper_approach_again(setpoint=target_def, far=far)
+ pos = self._stepper_approach_again(
+ target_deflection=target_def, far=far)
pos_m = _convert_bits_to_meters(
axis.axis_channel_config, axis.axis_config, pos)