import_dataset1d#

Circuit.import_dataset1d(filename, dsname=None, is_project_dataset=True)[source]#

Import a 1D dataset.

Parameters:
filenamestr

Full path and name for the TAB file.

dsnamestr, 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.

Returns:
pyaedt.application.Variables.DataSet

References

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