From 7c3d00c6143a6cd89f6d65e11a83049d31de6dfa Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 29 Jul 2011 09:54:52 -0400 Subject: [PATCH] Debugging printouts in AFMPiezo doctest. --- pypiezo/afm.py | 2 ++ 1 file changed, 2 insertions(+) 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, -- 2.26.2