Class AnalysisSweptSineSteer
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Car
Assembly: VMDCar.dll
The swept-sine steer analysis class
public class AnalysisSweptSineSteer : AnalysisSteerBase, IHasInitialVel
Inheritance
object ← AnalysisBase ← FullCarAnalysisBase ← OpenLoopSteeringBase ← AnalysisSteerBase ← AnalysisSweptSineSteer
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
Constructors
AnalysisSweptSineSteer()
Initializes a new instance of the
public AnalysisSweptSineSteer()
AnalysisSweptSineSteer(ILinkContainer)
Initializes a new instance of the
public AnalysisSweptSineSteer(ILinkContainer lnkContainer)
Parameters
lnkContainer ILinkContainer
The link container.
Properties
FrequencyRateValue
Gets or sets the frequency rate.
public double FrequencyRateValue { get; set; }
Property Value
InitFrequency
Gets or sets the initial frequency.
public double InitFrequency { get; set; }
Property Value
InitialSteer
Gets or sets the initial steer value.
public double InitialSteer { get; set; }
Property Value
MaxiFrequency
Gets or sets the maximum frequency.
public double MaxiFrequency { get; set; }
Property Value
MaximumSteer
Gets or sets the maximum steer value.
public double MaximumSteer { 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.