export¶
Class method.
-
do_mpc.sampling.samplingplanner.SamplingPlanner.
export
(self, sampling_plan_name)¶ Export SamplingPlan in pickle format. Pass
sampling_plan_name
without any path. File extension can be added (but will be stripped automatically). Change the path withdata_dir
.Parameters: sampling_plan_name (str) – Name of the exported sampling plan file. Raises: assertion – sampling_plan_name
must be string.
This page is auto-generated. Page source is not available on Github.