dataset_exists#

Mechanical.dataset_exists(name, is_project_dataset=True)[source]#

Check if a dataset exists.

Parameters:
namestr

Name of the dataset (without a prefix for a project dataset).

is_project_datasetbool, optional

Whether it is a project data set. The default is True.

Returns:
bool

True when successful, False when failed.