dataset_exists# Icepak.dataset_exists(name: str, is_project_dataset: bool = True) → bool# 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. Examples >>> from ansys.aedt.core import Hfss >>> app = Hfss() >>> app.dataset_exists("curve1")