Class SteadyStateSynchronousResponseOptions
Inheritance
System.Object
SteadyStateSynchronousResponseOptions
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class SteadyStateSynchronousResponseOptions : APIBase, IEquatable<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 |
|
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
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
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>
Extension Methods