pipeline.h.cli.h_save¶
-
pipeline.h.cli.
h_save
= <pipeline.h.cli.h_save._h_save object>¶ h_save —- Save the pipeline state to disk
h_save saves the current pipeline state to disk using a unique filename. If no name is supplied one is generated automatically from a combination of the root name, ‘context’, the current stage number, and a time stamp.
——— parameter descriptions ———————————————
- filename Name of the saved pipeline state. If filename is ‘’ then
a unique name will be generated computed several components: the root, ‘context’, the current stage number, and the time stamp.
——— examples ———————————————————–
Save the current state in the default file
h_save()
Save the current state to a file called ‘savestate_1’
h_save(filename=’savestate_1’)