Process()

From SweepMe! Wiki
Jump to navigation Jump to search

'process' is a phase where a module performs post-processing. As call() was already performed beforehand and data of the current measurement point cannot be modified any more by drivers, this function is not available for drivers. Use process_data() instead to process your data before it is called by SweepMe!. In case you have to process some clean-up tasks, use finish().