dataset_exists# Hfss3dLayout.dataset_exists(name, is_project_dataset=True)[source]# Check if a dataset exists. Parameters: namestrName of the dataset (without a prefix for a project dataset). is_project_datasetbool, optionalWhether it is a project data set. The default is True. Returns: boolTrue when successful, False when failed.