Class FrequencyOfOverRolling
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
FrequencyOfOverRolling
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Bearings.BearingResults.Rolling.SkfModule
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class FrequencyOfOverRolling : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
PointOnInnerRing
Measurement: Frequency
Declaration
public double PointOnInnerRing { get; }
Property Value
Type | Description |
---|---|
System.Double |
PointOnOuterRing
Measurement: Frequency
Declaration
public double PointOnOuterRing { get; }
Property Value
Type | Description |
---|---|
System.Double |
RollingElement
Measurement: Frequency
Declaration
public double RollingElement { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>