Version: 13.0

    Show / Hide Table of Contents

    Enum TorqueSpecificationForSystemDeflection

    Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.StaticLoads
    Assembly: SMT.MastaAPI.13.0.dll
    Syntax
    [ComVisible(true)]
    [Guid("42babd58-bb70-01b0-68ee-ea9508baa7f1")]
    [ApiEnumFor("SMT.MAA.ContextAndShadows.StaticLoads.TorqueSpecificationForSystemDeflection, SMT.MAA")]
    public enum TorqueSpecificationForSystemDeflection

    Fields

    Name Description
    CurrentTime

    The load case current time will be used, and also the speed if specifying torque vs angle.

    Mean

    The mean of the torque data will be used

    RootMeanSquare

    The root mean square of the torque data will be used

    SpecifiedAngle

    The torque at the specified angle will be used, not the actual angle of the power load.

    SpecifiedTime

    The torque at the specified time will be used, not the current time of the load case.

    Back to top