Skip to main content

Motion Standalone Preprocessor C# library 2025 R1

Class AnalysisPowerOffStraightLine

Last update: 16.07.2025

Namespace: VM.Managed.DAFUL.Car
Assembly: VMDCar.dll

The power=off straight line analysis class

public class AnalysisPowerOffStraightLine : StraightLineBase, IHasInitialVel

Inheritance

objectAnalysisBaseFullCarAnalysisBaseStraightLineBaseAnalysisPowerOffStraightLine

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(object, LinkPropertyType)

Constructors

AnalysisPowerOffStraightLine()

Initializes a new instance of the class.

public AnalysisPowerOffStraightLine()

Initializes a new instance of the class.

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

double

DeleyOfThrottle

Gets or sets the throttle deley.

public double DeleyOfThrottle { get; set; }

Property Value

double

IsDisengageClutchDuringPowerOff

Gets or sets a value indicating whether [disengage clutch during power off].

public bool IsDisengageClutchDuringPowerOff { get; set; }

Property Value

bool

IsStraightLineControl

Gets or sets a value indicating whether [straight line control].

public bool IsStraightLineControl { get; set; }

Property Value

bool

SWAValue

Gets or sets the SWA.

public double SWAValue { get; set; }

Property Value

double

StepDurationOfClutch

Gets or sets the duration of the clutch step.

public double StepDurationOfClutch { get; set; }

Property Value

double

StepDurationOfThrottle

Gets or sets the duration of the throttle step.

public double StepDurationOfThrottle { get; set; }

Property Value

double

TireRadiusPosition

Gets the tire radius position.

public override int TireRadiusPosition { get; }

Property Value

int

Methods

GetTestRigMotionUSUBArgument(string[])

Gets the test-rig motion USUB argument.

public override void GetTestRigMotionUSUBArgument(string[] arParameter)

Parameters

arParameter string[]

The parameter array.

Connect with Ansys