Class AnalysisSteerBase
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Car
Assembly: VMDCar.dll
The steer analysis base class
public abstract class AnalysisSteerBase : OpenLoopSteeringBase, IHasInitialVel
Inheritance
object ← AnalysisBase ← FullCarAnalysisBase ← OpenLoopSteeringBase ← AnalysisSteerBase
Derived
AnalysisImpulseSteer, AnalysisRampSteer, AnalysisStepSteer, AnalysisSweptSineSteer
Implements
IHasInitialVel
Inherited Members
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
Constructors
AnalysisSteerBase()
Initializes a new instance of the
public AnalysisSteerBase()
AnalysisSteerBase(ILinkContainer)
Initializes a new instance of the
public AnalysisSteerBase(ILinkContainer lnkContainer)
Parameters
lnkContainer ILinkContainer
The link container.
Properties
IsCruiseControl
Gets or sets a value indicating whether [cruise control].
public bool IsCruiseControl { get; set; }
Property Value
SteeringInputType
Gets or sets the steering input.
public SteeringInputType SteeringInputType { get; set; }
Property Value
TimeOfStart
Gets or sets the start time.
public double TimeOfStart { get; set; }