Version:

    Show / Hide Table of Contents

    Class ANSIABMAResults

    Inheritance
    System.Object
    APIBase
    ISOResults
    ANSIABMAResults
    ANSIABMA112014Results
    ANSIABMA92015Results
    Implements
    System.IEquatable<APIBase>
    Inherited Members
    ISOResults._parent
    ISOResults.OutputDefaultReportTo(String)
    ISOResults.GetDefaultReportWithEncodedImages()
    ISOResults.OutputActiveReportTo(String)
    ISOResults.OutputActiveReportAsTextTo(String)
    ISOResults.GetActiveReportWithEncodedImages()
    ISOResults.OutputNamedReportTo(String, String)
    ISOResults.OutputNamedReportAsMastaReport(String, String)
    ISOResults.OutputNamedReportAsTextTo(String, String)
    ISOResults.GetNamedReportWithEncodedImages(String)
    ISOResults.LifeModificationFactorForReliability
    ISOResults.ReportNames
    APIBase.DisconnectFromMASTA()
    APIBase.GetProperty<T>(String)
    APIBase.SetProperty(String, Object)
    APIBase.clearCachedRpds()
    APIBase.getNamedObjectList<TElementType>(String)
    APIBase.getExpandableProperty<TReturnType>(String)
    APIBase.callPartialMethod(String, [])
    APIBase.callPartialMethod<T>(String, T)
    APIBase.callPartialMethod<T>(String, , T)
    APIBase.callPartialMethod<T>(String, , , T)
    APIBase.callPartialMethod<T>(String, , , , T)
    APIBase.callPartialMethod<T1, T2>(String, , T1, T2)
    APIBase.getPartialProperty(String)
    APIBase.setPartialProperty(String, Object)
    APIBase.IsValid(String)
    APIBase.IsReadOnly(String)
    APIBase.DocumentationUrl()
    APIBase.ToString()
    APIBase.RunPython<T>(String, String, Object)
    APIBase.RunPythonCode<T>(String, String, Object)
    APIBase.RunPythonCode<T>(String)
    APIBase.RunPython<T>(String, String)
    APIBase.RunPython(String, String, Object)
    APIBase.createWrappedRange(Double, Double)
    APIBase.createWrappedVector2D(Double, Double)
    APIBase.createWrappedPosition3D(Double, Double, Double)
    APIBase.ToListWithSelectedItem<T>(IEnumerable<T>)
    APIBase.ToListWithSelectedItem<T>(T, IEnumerable<T>)
    APIBase.Equals(APIBase)
    APIBase.GetHashCode()
    APIBase.Equals(Object)
    APIBase.InvalidProperties
    APIBase.ReadOnlyProperties
    APIBase.AllPropertiesAreReadOnly
    APIBase.AllPropertiesAreInvalid
    APIBase.cacheRpds
    APIBase.isInvalid
    Namespace: SMT.MastaAPI.Bearings.BearingResults.Rolling.ABMA
    Assembly: SMT.MastaAPI.14.1.1.dll
    Syntax
    public abstract class ANSIABMAResults : ISOResults, IEquatable<APIBase>

    Properties

    AdjustedRatingLifeCycles

    Declaration
    public double AdjustedRatingLifeCycles { get; }
    Property Value
    Type Description
    System.Double

    AdjustedRatingLifeDamage

    Declaration
    public double AdjustedRatingLifeDamage { get; }
    Property Value
    Type Description
    System.Double

    AdjustedRatingLifeDamageRate

    Declaration
    public double AdjustedRatingLifeDamageRate { get; }
    Property Value
    Type Description
    System.Double

    AdjustedRatingLifeReliability

    Declaration
    public double AdjustedRatingLifeReliability { get; }
    Property Value
    Type Description
    System.Double

    AdjustedRatingLifeSafetyFactor

    Declaration
    public double AdjustedRatingLifeSafetyFactor { get; }
    Property Value
    Type Description
    System.Double

    AdjustedRatingLifeTime

    Declaration
    public double AdjustedRatingLifeTime { get; }
    Property Value
    Type Description
    System.Double

    AdjustedRatingLifeUnreliability

    Declaration
    public double AdjustedRatingLifeUnreliability { get; }
    Property Value
    Type Description
    System.Double

    AxialToRadialLoadRatio

    Declaration
    public double AxialToRadialLoadRatio { get; }
    Property Value
    Type Description
    System.Double

    BasicRatingLifeCycles

    Declaration
    public double BasicRatingLifeCycles { get; }
    Property Value
    Type Description
    System.Double

    BasicRatingLifeDamage

    Declaration
    public double BasicRatingLifeDamage { get; }
    Property Value
    Type Description
    System.Double

    BasicRatingLifeDamageRate

    Declaration
    public double BasicRatingLifeDamageRate { get; }
    Property Value
    Type Description
    System.Double

    BasicRatingLifeReliability

    Declaration
    public double BasicRatingLifeReliability { get; }
    Property Value
    Type Description
    System.Double

    BasicRatingLifeSafetyFactor

    Declaration
    public double BasicRatingLifeSafetyFactor { get; }
    Property Value
    Type Description
    System.Double

    BasicRatingLifeTime

    Declaration
    public double BasicRatingLifeTime { get; }
    Property Value
    Type Description
    System.Double

    BasicRatingLifeUnreliability

    Declaration
    public double BasicRatingLifeUnreliability { get; }
    Property Value
    Type Description
    System.Double

    BearingLifeAdjustmentFactorForOperatingConditions

    Declaration
    public double BearingLifeAdjustmentFactorForOperatingConditions { get; }
    Property Value
    Type Description
    System.Double

    BearingLifeAdjustmentFactorForSpecialBearingProperties

    Declaration
    public double BearingLifeAdjustmentFactorForSpecialBearingProperties { get; }
    Property Value
    Type Description
    System.Double

    DynamicAxialLoadFactor

    Declaration
    public double DynamicAxialLoadFactor { get; }
    Property Value
    Type Description
    System.Double

    DynamicEquivalentLoad

    Declaration
    public double DynamicEquivalentLoad { get; }
    Property Value
    Type Description
    System.Double

    DynamicRadialLoadFactor

    Declaration
    public double DynamicRadialLoadFactor { get; }
    Property Value
    Type Description
    System.Double

    ELimitingValueForDynamicEquivalentLoad

    Declaration
    public double ELimitingValueForDynamicEquivalentLoad { get; }
    Property Value
    Type Description
    System.Double

    StaticSafetyFactor

    Declaration
    public double StaticSafetyFactor { get; }
    Property Value
    Type Description
    System.Double

    Implements

    System.IEquatable<T>

    Extension Methods

    UtilityMethods.IsReadOnly<T>(T, Expression<Func<T, Object>>)
    UtilityMethods.IsValid<T>(T, Expression<Func<T, Object>>)
    UtilityMethods.IsMethodValid<T>(T, Expression<Func<T, Action>>)
    UtilityMethods.IsMethodReadOnly<T>(T, Expression<Func<T, Action>>)
    Back to top