Temporary fix to hooke/driver/wtk.py now that data_logger is deprecated.
[hooke.git] / test / picoforce_driver.py
index 1d54fed52b6550046e1fa5da701c95eeea73da81..3cc2280cdffb0813835889a1ffec9f4f1d28c1a0 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2010 W. Trevor King <wking@drexel.edu>
+# Copyright (C) 2010-2011 W. Trevor King <wking@drexel.edu>
 #
 # This file is part of Hooke.
 #
@@ -68,4 +68,8 @@ block names: ['approach', 'retract']
 block sizes: [(2048, 2), (2048, 2)]
 Success
 <BLANKLINE>
+>>> h = r.run_lines(h, ['previous_curve'])
+Success
+<BLANKLINE>
+>>> h = r.run_lines(h, ['curve_info']) # doctest: +ELLIPSIS, +REPORT_UDIFF
 """