Class FrequencyResponseAnalysisOptions
Inheritance
System.Object
FrequencyResponseAnalysisOptions
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.ModalAnalyses
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class FrequencyResponseAnalysisOptions : AbstractAnalysisOptions<LoadCase>, IEquatable<APIBase>
Properties
NumberOfBearingHarmonics
Limits the maximum time step so that this number of harmonics of the bearing passing frequency are captured in the results. Will have no affect on the results if bearing elements are not set to orbit.
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 |
NumberOfInputShaftHarmonics
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
Specifies the reference power load to use for the speed
Declaration
public ListWithSelectedItem<string> ReferencePowerLoad { get; set; }
Property Value
Type | Description |
---|---|
ListWithSelectedItem<System.String> |
ThresholdForSignificantKineticEnergy
Measurement: Percentage
Declaration
public double ThresholdForSignificantKineticEnergy { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ThresholdForSignificantStrainEnergy
Measurement: Percentage
Declaration
public double ThresholdForSignificantStrainEnergy { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>