Version: 15.0

    Show / Hide Table of Contents

    Enum ModalContributionFilteringMethod

    Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.HarmonicAnalyses.Results
    Assembly: SMT.MastaAPI.15.0.dll
    Syntax
    public enum ModalContributionFilteringMethod

    Fields

    Name Description
    AbsoluteAtFixedFrequency

    Performs filtering based of the absolute value of the responses (total/modal) at the given frequency.

    AbsoluteAtModeNaturalFrequency

    Performs filtering based of the absolute value of the responses (total/modal) at each mode natural frequency.

    IntegralOverFrequencyRange

    Performs filtering based on the integral of the responses (total/modal) over the given frequency range.

    NoFiltering

    No filtering

    Back to top