Class StabilityAnalysisOptions
Inheritance
System.Object
StabilityAnalysisOptions
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class StabilityAnalysisOptions : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
EndSpeed
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
Declaration
public int NumberOfModes { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
NumberOfSpeeds
Declaration
public int NumberOfSpeeds { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
ReferencePowerLoad
Declaration
public ListWithSelectedItem<PowerLoad> ReferencePowerLoad { get; set; }
Property Value
SortModes
Declaration
public bool SortModes { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
StartSpeed
Declaration
public double StartSpeed { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods