create_dataset3d#

Hfss.create_dataset3d(dsname, xlist, ylist, zlist=None, vlist=None, xunit='', yunit='', zunit='', vunit='', is_project_dataset=True)[source]#

Create a 3D 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.

zylistlist, optional

List of Z-axis values for a 3D dataset only. The default is None.

vylistlist, optional

List of V-axis values for a 3D dataset only. The default is None.

xunitstr, optional

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

yunitstr, optional

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

zunitstr, optional

Units for the Z axis for a 3D dataset only. The default is "".

vunitstr, optional

Units for the V axis for a 3D dataset only. The default is "".

is_project_datasetbool, optional

Whether it is a project data set. The default is True.

Returns:
pyaedt.application.Variables.DataSet

Dataset object when the dataset is created, False otherwise.

References

>>> oDesign.AddDataset