Helpers#

class ansys.mechanical.stubs.v252.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.

Method detail#

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).

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.