Class SpeedOptionsForHarmonicAnalysisResults
Inheritance
System.Object
SpeedOptionsForHarmonicAnalysisResults
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.HarmonicAnalyses
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class SpeedOptionsForHarmonicAnalysisResults : AbstractAnalysisOptions<StaticLoadCase>, IEquatable<APIBase>
Properties
Maximum
Measurement: AngularVelocity
Declaration
public Overridable<double> Maximum { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
Minimum
Measurement: AngularVelocity
Declaration
public double Minimum { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
NumberOfSpeeds
The number of speeds for which the analysis is run. The speeds used are evenly distributed between specified Minimum and Maximum.
Declaration
public int NumberOfSpeeds { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ReferencePowerLoadSpeed
Measurement: AngularVelocity
Declaration
public double ReferencePowerLoadSpeed { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ShowResultInTimeDomain
Declaration
public bool ShowResultInTimeDomain { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<T>