import_dataset1d#

Emit.import_dataset1d(input_file: str | Path, name: str | None = None, is_project_dataset: bool = True, sort: bool = True)#

Import a 1D dataset.

Parameters:
input_filestr or pathlib.Path

Full path and name for the TAB file.

namestr, optional

Name of the dataset. The default is the file name.

is_project_datasetbool, optional

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

sortbool, optional

Sort dataset. The default is True.

Returns:
ansys.aedt.core.application.variables.DataSet

References

>>> oProject.AddDataset
>>> oDesign.AddDataset