Version: 13.0

    Show / Hide Table of Contents

    Enum RunUpDrivingMode

    Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.MBDAnalyses
    Assembly: SMT.MastaAPI.13.0.dll
    Syntax
    [ComVisible(true)]
    [Guid("b18cc897-5ba6-986b-ff5f-a1147ac906b1")]
    [ApiEnumFor("SMT.MAA.ContextAndShadows.MBDAnalyses.RunUpDrivingMode, SMT.MAA")]
    public enum RunUpDrivingMode

    Fields

    Name Description
    Speed

    Use a speed constraint to enforce the required speed. This option can lead to unrealistic/rapidly changing applied torques.

    Torque

    Calculate the required torque to match the speed by taking into account the drag in the system.

    Back to top