Version: 13.0

    Show / Hide Table of Contents

    Enum MultipleExcitationsSpeedRangeOption

    Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.ModalAnalyses
    Assembly: SMT.MastaAPI.13.0.dll
    Syntax
    [ComVisible(true)]
    [Guid("62220989-d30f-5934-9169-c2007063141b")]
    [ApiEnumFor("SMT.MAA.ContextAndShadows.ModalAnalyses.MultipleExcitationsSpeedRangeOption, SMT.MAA")]
    public enum MultipleExcitationsSpeedRangeOption

    Fields

    Name Description
    IntersectionOfSpeedRanges

    Excitations are only combined at speeds for which they all have data.

    UnionOfSpeedRanges

    Excitations are combined at speeds for which any have data. This means that some excitations may not contribute at all speeds depending on the frequency range settings.

    Back to top