Serialize hooke.experiment.Experiment instances in Curves.
[hooke.git] / hooke / driver / wtk.py
index b39bdd95845347178f9c5c1d81d980da3fde6d79..412470167bea5aa0635c0a0ec281fe8df43764f6 100644 (file)
@@ -98,7 +98,7 @@ class WTKDriver (Driver):
             unlabeled_approach_data, params, 'approach')
         retract = self._scale_block(
             unlabeled_retract_data, params, 'retract')
-        info = {'filetype':self.name, 'experiment':experiment.VelocityClamp}
+        info = {'filetype':self.name, 'experiment':experiment.VelocityClamp()}
         return ([approach, retract], info)
 
     def _paths(self, path):