Namespace: Ansys.Mechanical.DataModel.Utilities.Dataset

Types

Name Description
Dataset2D A class to reference the dataset object. A dataset object is regarded as pure mathematical data containing X and Y values.
Filters A class that provides methods to apply mathematical Filters (like Butterworth and SAE filters) to a dataset object. All filters throw an InvalidOperationException when an invalid dataset is passed in as an input. An invalid dataset could be null dataset reference, dataset with either of the x or values list empty or dataset with a mismatch in the size of its x and y values list.
Helpers A class that exposes helper methods/properties for a dataset object.
Operations A class that provides methods to apply mathematical Operations (like Integration, Summation, Multiplication, etc.) to dataset object(s). All operations throw an InvalidOperationException when an invalid dataset is passed in as an input. An invalid dataset could be null dataset reference, dataset with either of the x or y values list empty or dataset with a mismatch in the size of its x and y values list.