Class FrequencyResponseAnalysisOptions
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
FrequencyResponseAnalysisOptions
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.ModalAnalyses
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class FrequencyResponseAnalysisOptions : AbstractAnalysisOptions<LoadCase>, IEquatable<APIBase>
Properties
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>