Skip to main content

Motion Standalone Preprocessor C# library 2025 R1

Class AnalysisStepSteer

Last update: 16.07.2025

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

The step steer analysis class

public class AnalysisStepSteer : AnalysisSteerBase, IHasInitialVel

Inheritance

objectAnalysisBaseFullCarAnalysisBaseOpenLoopSteeringBaseAnalysisSteerBaseAnalysisStepSteer

Implements

IHasInitialVel

Inherited Members

AnalysisSteerBase.TimeOfStart, AnalysisSteerBase.SteeringInputType, AnalysisSteerBase.IsCruiseControl, OpenLoopSteeringBase.GetTestRigMotionUSUBArgument(string[]), OpenLoopSteeringBase.InitialVelocity, OpenLoopSteeringBase.VelocityUnitType, 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

AnalysisStepSteer()

Initializes a new instance of the class.

public AnalysisStepSteer()

Initializes a new instance of the class.

public AnalysisStepSteer(ILinkContainer lnkContainer)

Parameters

lnkContainer ILinkContainer

The link container.

Properties

FinalSteer

Gets or sets the final steer value.

public double FinalSteer { get; set; }

Property Value

double

InitialSteer

Gets or sets the initial steer value.

public double InitialSteer { get; set; }

Property Value

double

StepDuration

Gets or sets the duration of step.

public double StepDuration { 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