import_dataset1d#

Maxwell2d.import_dataset1d(input_file, name=None, is_project_dataset=True, sort=True)[source]#

Import a 1D dataset.

Parameters:
input_filestr

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:
pyaedt.application.Variables.DataSet

References

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