Class FrequencyResponseAnalysisOptions
Inheritance
System.Object
FrequencyResponseAnalysisOptions
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class FrequencyResponseAnalysisOptions : AbstractAnalysisOptions<LoadCase>, IEquatable<APIBase>
Properties
NumberOfBearingHarmonics
Declaration
public int NumberOfBearingHarmonics { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
NumberOfGearMeshHarmonics
Declaration
public int NumberOfGearMeshHarmonics { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
Declaration
public int NumberOfInputShaftHarmonics { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
NumberOfShaftHarmonics
Declaration
public int NumberOfShaftHarmonics { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
ReferencePowerLoad
Declaration
public ListWithSelectedItem<string> ReferencePowerLoad { get; set; }
Property Value
ThresholdForSignificantKineticEnergy
Declaration
public double ThresholdForSignificantKineticEnergy { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ThresholdForSignificantStrainEnergy
Declaration
public double ThresholdForSignificantStrainEnergy { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods