>>> from hooke.hooke import Hooke, HookeRunner
>>> h = Hooke()
>>> r = HookeRunner()
->>> h = r.run_lines(h, ['load_playlist test/data/vclamp_mfp3d/playlist']) # doctest: +ELLIPSIS
+>>> h = r.run_lines(h, ['load_playlist test/data/vclamp_mfp3d/playlist'])
<FilePlaylist playlist.hkp>
Success
<BLANKLINE>
block sizes: [(1091, 2), (0, 2)]
Success
<BLANKLINE>
+
+Also checkout a newer Image* file
+
+>>> h = r.run_lines(h, ['previous_curve'])
+Success
+<BLANKLINE>
+>>> h = r.run_lines(h, ['curve_info']) # doctest: +ELLIPSIS, +REPORT_UDIFF
+name: Image0396.ibw
+path: test/data/vclamp_mfp3d/Image0396.ibw
+experiment: <class 'hooke.experiment.VelocityClamp'>
+driver: <hooke.driver.mfp3d.MFP3DDriver object at 0x...>
+filetype: mfp3d
+note:
+blocks: 2
+block sizes: [(1006, 3), (0, 3)]
+Success
+<BLANKLINE>
"""