Add `steps` and `sleep` options to `move_just_onto_surface()`.
authorW. Trevor King <wking@drexel.edu>
Thu, 15 Mar 2012 11:39:52 +0000 (07:39 -0400)
committerW. Trevor King <wking@drexel.edu>
Thu, 15 Mar 2012 11:39:52 +0000 (07:39 -0400)
commit8638957b83eb9cde218a26affffa078ea3b82f5f
tree0b4d3290511768b6e497bc6b07e8177a7a7b2c6f
parentb680a4388dde3503fb7754f16606fe742fdfb53f
Add `steps` and `sleep` options to `move_just_onto_surface()`.

This takes advantage of yesterday's pypiezo commit:

  commit b66d6dbcb8cd381cf7515a42ab0aee4a4841beb3
  Author: W. Trevor King <wking@drexel.edu>
  Date:   Wed Mar 14 16:18:23 2012 -0400

    Add `steps` and `sleep` options for gentler `jump()`s.

and I've bumped the minimum pypiezo version accordingly.

When I was running some calibrations yesterday, I could hear the piezo
clicking, and after the calibration the deflection was shifted half a
volt or so from the initial deflection.  I attribute this to the
violent piezo jumps shaking the cantilever chip from its original
position.  The wimpy spring-loaded wire clips used in the MultiMode
fluid cells probably aren't helping any either ;).
pyafm/afm.py
setup.py