create_dataset1d_design#

Emit.create_dataset1d_design(dsname, xlist, ylist, xunit='', yunit='')[source]#

Create a design dataset.

Parameters:
dsnamestr

Name of the dataset (without a prefix for a project dataset).

xlistlist

List of X-axis values for the dataset.

ylistlist

List of Y-axis values for the dataset.

xunitstr, optional

Units for the X axis. The default is "".

yunitstr, optional

Units for the Y axis. The default is "".

Returns:
pyaedt.application.Variables.DataSet

References

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