Class FrequencyOptionsForHarmonicAnalysisResults
Inheritance
System.Object
FrequencyOptionsForHarmonicAnalysisResults
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public class FrequencyOptionsForHarmonicAnalysisResults : AbstractAnalysisOptions<StaticLoadCase>, IEquatable<APIBase>
Properties
AllowFrequenciesGreaterThanTheHighestMode
Declaration
public Overridable<bool> AllowFrequenciesGreaterThanTheHighestMode { get; set; }
Property Value
BasePointsOnModeFrequencies
Declaration
public Overridable<bool> BasePointsOnModeFrequencies { get; set; }
Property Value
ClusteringBiasOfAdditionalPoints
Declaration
public Overridable<double> ClusteringBiasOfAdditionalPoints { get; set; }
Property Value
DesignDefaults
Declaration
public FrequencyOptionsForHarmonicAnalysisResults DesignDefaults { get; }
Property Value
LogarithmicFrequencyAxis
Declaration
public Overridable<bool> LogarithmicFrequencyAxis { get; set; }
Property Value
Maximum
Declaration
public Overridable<double> Maximum { get; set; }
Property Value
Minimum
Declaration
public Overridable<double> Minimum { get; set; }
Property Value
NumberOfPointsAcrossRange
Declaration
public Overridable<int> NumberOfPointsAcrossRange { get; set; }
Property Value
NumberOfPointsPerStepForTorqueMap
Declaration
public Overridable<int> NumberOfPointsPerStepForTorqueMap { get; set; }
Property Value
UseLogarithmicSpacing
Declaration
public Overridable<bool> UseLogarithmicSpacing { get; set; }
Property Value
Implements
System.IEquatable<T>
Extension Methods