Class AnalysisPowerOffStraightLine
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Car
Assembly: VMDCar.dll
The power=off straight line analysis class
public class AnalysisPowerOffStraightLine : StraightLineBase, IHasInitialVel
Inheritance
object ← AnalysisBase ← FullCarAnalysisBase ← StraightLineBase ← AnalysisPowerOffStraightLine
Implements
IHasInitialVel
Inherited Members
StraightLineBase.GetTestRigMotionUSUBArgument(string[]), StraightLineBase.InitialVelocity, StraightLineBase.VelocityUnitType, StraightLineBase.TimeOfStart, FullCarAnalysisBase.IsQuasiStaticStraightLineSetup, FullCarAnalysisBase.RoadFile, FullCarAnalysisBase.GearPositionType, FullCarAnalysisBase.TireRadiusPosition, AnalysisBase.m_pLnkContainer, AnalysisBase.SetModified(), AnalysisBase.GetTestRigMotionUSUBArgument(string[]), AnalysisBase.GetConvertUnit(LengthUnitType), AnalysisBase.GetGravity(), AnalysisBase.GetConvertUnit(VelocityUnitType), AnalysisBase.GetConvertUnit(AccelerationUnitType), AnalysisBase.IsSim
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
AnalysisPowerOffStraightLine()
Initializes a new instance of the
public AnalysisPowerOffStraightLine()
AnalysisPowerOffStraightLine(ILinkContainer)
Initializes a new instance of the
public AnalysisPowerOffStraightLine(ILinkContainer lnkContainer)
Parameters
lnkContainer ILinkContainer
The link container.
Properties
DelayOfClutch
Gets or sets the clutch delay.
public double DelayOfClutch { get; set; }
Property Value
DeleyOfThrottle
Gets or sets the throttle deley.
public double DeleyOfThrottle { get; set; }
Property Value
IsDisengageClutchDuringPowerOff
Gets or sets a value indicating whether [disengage clutch during power off].
public bool IsDisengageClutchDuringPowerOff { get; set; }
Property Value
IsStraightLineControl
Gets or sets a value indicating whether [straight line control].
public bool IsStraightLineControl { get; set; }
Property Value
SWAValue
Gets or sets the SWA.
public double SWAValue { get; set; }
Property Value
StepDurationOfClutch
Gets or sets the duration of the clutch step.
public double StepDurationOfClutch { get; set; }
Property Value
StepDurationOfThrottle
Gets or sets the duration of the throttle step.
public double StepDurationOfThrottle { get; set; }
Property Value
TireRadiusPosition
Gets the tire radius position.
public override int TireRadiusPosition { get; }
Property Value
Methods
GetTestRigMotionUSUBArgument(string[])
Gets the test-rig motion USUB argument.
public override void GetTestRigMotionUSUBArgument(string[] arParameter)
Parameters
arParameter string[]
The parameter array.