Helpers#

class ansys.mechanical.stubs.v261.Ansys.Mechanical.DataModel.Utilities.Dataset.Helpers#

Bases: object

A class that exposes helper methods/properties for a dataset object.

Overview#

GetMaximumCutOffFrequency

Gets the maximum cutoff frequency limit of the dataset (useful for Filters like Butterworth and SAE).

Import

Imports dataset data from text a file.

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

Method detail#

Helpers.Equals(obj: Any) bool#

Equals method.

Helpers.GetHashCode() int#

GetHashCode method.

classmethod Helpers.GetMaximumCutOffFrequency(dataset: Ansys.Mechanical.DataModel.Utilities.Dataset.Dataset2D) Ansys.Core.Units.Quantity#

Gets the maximum cutoff frequency limit of the dataset (useful for Filters like Butterworth and SAE).

Helpers.GetType() type#

GetType method.

classmethod Helpers.Import(filename: str) Ansys.Mechanical.DataModel.Utilities.Dataset.Dataset2D#
Imports dataset data from text a file.
The import autodetects the file format from the supported options of tab delimited or LSPrePost export format for import.
An InvalidOperationException is thrown if the import format in the input file is incompatible or if the data within the file is invalid.
Helpers.ToString() str#

ToString method.