DatasetDef#
- class ansys.edb.core.definition.dataset_def.DatasetDef(msg)#
 A collection of data points which can be used to define piecewise functions.
Methods
DatasetDef.create(database, name)Create a dataset definition object.
DatasetDef.find_by_name(database, name)Find a dataset definition by name in a given database.
Get the collection of data points the dataset definition represents.
DatasetDef.set_data(points)Set the collection of data points the dataset definition represents.
Attributes
DefinitionObjType: Definition type.int: Unique ID of the EDB object.bool: Flag indicating if the object exists in the database.EDBObjMessage: Protobuf message that represents the object's ID.str: Name of the dataset definition.