create_dataset1d_design# Circuit.create_dataset1d_design(dsname, xlist, ylist, xunit='', yunit='')[source]# Create a design dataset. Parameters: dsnamestrName of the dataset (without a prefix for a project dataset). xlistlistList of X-axis values for the dataset. ylistlistList of Y-axis values for the dataset. xunitstr, optionalUnits for the X axis. The default is "". yunitstr, optionalUnits for the Y axis. The default is "". Returns: pyaedt.application.Variables.DataSet References >>> oProject.AddDataset >>> oDesign.AddDataset Copy to clipboard