Class SpeedOptionsForHarmonicAnalysisResults
Inheritance
System.Object
SpeedOptionsForHarmonicAnalysisResults
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class SpeedOptionsForHarmonicAnalysisResults : AbstractAnalysisOptions<StaticLoadCase>, IEquatable<APIBase>
Properties
Maximum
Declaration
public Overridable<double> Maximum { get; set; }
Property Value
Minimum
Declaration
public double Minimum { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
NumberOfSpeeds
Declaration
public int NumberOfSpeeds { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
ReferencePowerLoadSpeed
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>
Extension Methods