Class RotationalFrequency
Inheritance
System.Object
    System.MarshalByRefObject
    SMT.MastaAPIUtility.MarshalByRefObjectPermanent
    
    RotationalFrequency
  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 RotationalFrequency : APIBase, IEquatable<APIBase>Fields
_parent
Declaration
protected readonly APIBase _parentField Value
| Type | Description | 
|---|---|
| APIBase | 
Properties
InnerRing
Measurement: Frequency
Declaration
public double InnerRing { get; }Property Value
| Type | Description | 
|---|---|
| System.Double | 
OuterRing
Measurement: Frequency
Declaration
public double OuterRing { get; }Property Value
| Type | Description | 
|---|---|
| System.Double | 
RollingElementAboutItsAxis
Measurement: Frequency
Declaration
public double RollingElementAboutItsAxis { get; }Property Value
| Type | Description | 
|---|---|
| System.Double | 
RollingElementSetAmpersandCage
Measurement: Frequency
Declaration
public double RollingElementSetAmpersandCage { get; }Property Value
| Type | Description | 
|---|---|
| System.Double | 
Implements
      System.IEquatable<T>