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_file
strorpathlib.Path Full path and name for the TAB file.
- name
str,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.
- input_file
- Returns:
References
>>> oProject.AddDataset >>> oDesign.AddDataset