Class StabilityAnalysisOptions
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
StabilityAnalysisOptions
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.StabilityAnalyses
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class StabilityAnalysisOptions : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
EndSpeed
Determines the end speed for the analysis
Measurement: AngularVelocity
Declaration
public double EndSpeed { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
IncludeDampingEffects
Declaration
public bool IncludeDampingEffects { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IncludeGyroscopicEffects
Declaration
public bool IncludeGyroscopicEffects { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
NumberOfModes
Determines the number of Modes to be analysed
Declaration
public int NumberOfModes { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NumberOfSpeeds
Determines the number of speeds to be analysed
Declaration
public int NumberOfSpeeds { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ReferencePowerLoad
Specifies the reference power load which charts use
Declaration
public ListWithSelectedItem<PowerLoad> ReferencePowerLoad { get; set; }
Property Value
Type | Description |
---|---|
ListWithSelectedItem<PowerLoad> |
SortModes
Declaration
public bool SortModes { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
StartSpeed
Determines the start speed for the analysis
Measurement: AngularVelocity
Declaration
public double StartSpeed { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>