Version: 13.0

    Show / Hide Table of Contents

    Enum HarmonicAnalysisTorqueInputType

    Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.HarmonicAnalyses
    Assembly: SMT.MastaAPI.13.0.dll
    Syntax
    [ComVisible(true)]
    [Guid("449fcf97-5e84-e8fd-9fb9-bd98fcff51f0")]
    [ApiEnumFor("SMT.MAA.ContextAndShadows.HarmonicAnalyses.HarmonicAnalysisTorqueInputType, SMT.MAA")]
    public enum HarmonicAnalysisTorqueInputType

    Fields

    Name Description
    LoadCase

    Uses the torque as set up in System Deflection

    SpecifiedTorqueSpeedCurve

    Will run multiple steps; for each step, torque and speed scale factors will be calculated based on the Reference Power Load torque and speed in this load case. Then, every power load in the model with overridden torque, speed, or power will be set to Constant Torque, and its torque and speed will be set based on the scale factors.

    TorqueSpeedCurveFromElectricMachineHarmonicLoadData

    Will run multiple steps; for each step, a speed scale factor will be calculated based on the Reference Power Load torque and speed in this load case. Then, every power load in the model with overridden speed will have its speed set based on the scale factor.

    Back to top