export#

DataSet.export(dataset_path=None)[source]#

Export the dataset.

Parameters:
dataset_pathstr, optional

Path to export the dataset to. The default is None, in which case the dataset is exported to the working_directory path.

Returns:
bool

True when successful, False when failed.

References

>>> oProject.ExportDataset
>>> oDesign.ExportDataset