Class RootAssemblyLoadCase
Inheritance
System.Object
RootAssemblyLoadCase
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class RootAssemblyLoadCase : AssemblyLoadCase, IEquatable<APIBase>
Properties
AssemblyDesign
Declaration
public RootAssembly AssemblyDesign { get; }
Property Value
BrakeForceGain
Declaration
public double BrakeForceGain { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public ForceInputComponent BrakeForceInputValues { get; }
Property Value
DriveCyclePIDControlSettings
Declaration
public PIDControlSettings DriveCyclePIDControlSettings { get; }
Property Value
LoadCase
Declaration
public StaticLoadCase LoadCase { get; }
Property Value
MaxBrakeForce
Declaration
public double MaxBrakeForce { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
OilInitialTemperature
Declaration
public double OilInitialTemperature { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
RayleighDampingAlpha
Declaration
public Overridable<double> RayleighDampingAlpha { get; set; }
Property Value
Declaration
public AngleInputComponent RoadInclineInputValues { get; }
Property Value
SuperchargerRotorSets
Declaration
public ReadOnlyCollection<CylindricalGearSetLoadCase> SuperchargerRotorSets { get; }
Property Value
TargetVehicleSpeed
Declaration
public VelocityInputComponent TargetVehicleSpeed { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods