Class SteadyStateSynchronousResponseOptions
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
SteadyStateSynchronousResponseOptions
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SteadyStateSynchronousResponses
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class SteadyStateSynchronousResponseOptions : 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 |
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
Type | Description |
---|---|
ListWithSelectedItem<PowerLoad> |
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>