Class MBDRunUpAnalysisOptions
Inheritance
System.Object
MBDRunUpAnalysisOptions
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public class MBDRunUpAnalysisOptions : AbstractAnalysisOptions<TimeSeriesLoadCase>, IEquatable<APIBase>
Properties
InitialSpeedForRunUp
Declaration
public double InitialSpeedForRunUp { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public InputVelocityForRunUpProcessingType InputVelocityProcessingType { get; set; }
Property Value
PolynomialOrder
Declaration
public int PolynomialOrder { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
PowerLoadForRunUpTorque
Declaration
public ListWithSelectedItem<string> PowerLoadForRunUpTorque { get; set; }
Property Value
ReferencePowerLoadForRunUpSpeed
Declaration
public ListWithSelectedItem<string> ReferencePowerLoadForRunUpSpeed { get; set; }
Property Value
RunDownAfter
Declaration
public bool RunDownAfter { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
RunUpDrivingMode
Declaration
public RunUpDrivingMode RunUpDrivingMode { get; set; }
Property Value
RunUpEndSpeed
Declaration
public double RunUpEndSpeed { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
RunUpSpeedProfile
Declaration
public TwoDChartDefinition RunUpSpeedProfile { get; }
Property Value
RunUpStartSpeed
Declaration
public double RunUpStartSpeed { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ShapeOfInitialAccelerationPeriod
Declaration
public ShapeOfInitialAccelerationPeriodForRunUp ShapeOfInitialAccelerationPeriod { get; set; }
Property Value
TimeToChangeDirection
Declaration
public double TimeToChangeDirection { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
TimeToKeepLinearSpeedBeforeReachingMinimumSpeed
Declaration
public double TimeToKeepLinearSpeedBeforeReachingMinimumSpeed { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
TimeToReachMinimumSpeed
Declaration
public double TimeToReachMinimumSpeed { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods