From: W. Trevor King Date: Fri, 29 Jul 2011 13:54:52 +0000 (-0400) Subject: Debugging printouts in AFMPiezo doctest. X-Git-Tag: 0.6~42 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7c3d00c6143a6cd89f6d65e11a83049d31de6dfa;p=pypiezo.git Debugging printouts in AFMPiezo doctest. --- diff --git a/pypiezo/afm.py b/pypiezo/afm.py index 1906115..b2c26cc 100644 --- a/pypiezo/afm.py +++ b/pypiezo/afm.py @@ -121,6 +121,8 @@ class AFMPiezo (_base.Piezo): the center and try a deflection-limited approach. >>> p.jump('z', pos) + >>> p.config['inputs'][0] + >>> p.config['inputs']['channel'] >>> target_def = _base.convert_volts_to_bits( ... p.config['inputs'][0]['channel'], 1) >>> data = p.move_to_pos_or_def('z', target_pos, target_def, step=step,