Class SteadyStateSynchronousResponseOptions
Inheritance
System.Object
SteadyStateSynchronousResponseOptions
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class SteadyStateSynchronousResponseOptions : 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 |
|
IncludeDiskSkewEffects
Declaration
public bool IncludeDiskSkewEffects { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
IncludeGyroscopicEffects
Declaration
public bool IncludeGyroscopicEffects { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
IncludeShaftBowEffects
Declaration
public bool IncludeShaftBowEffects { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
IncludeUnbalancedEffects
Declaration
public bool IncludeUnbalancedEffects { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
NumberOfSpeeds
Declaration
public int NumberOfSpeeds { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
ReferencePowerLoad
Declaration
public ListWithSelectedItem<PowerLoad> ReferencePowerLoad { get; set; }
Property Value
StartSpeed
Declaration
public double StartSpeed { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods