import_dataset1d# Rmxprt.import_dataset1d(filename, dsname=None, is_project_dataset=True)[source]# Import a 1D dataset. Parameters: filenamestrFull path and name for the TAB file. dsnamestr, optionalName of the dataset. The default is the file name. is_project_datasetbool, optionalWhether it is a project data set. The default is True. Returns: pyaedt.application.Variables.DataSet References >>> oProject.AddDataset >>> oDesign.AddDataset Copy to clipboard