    

 ## On this page

  

 

 # Class AnalysisSweptSineSteer

 Last update: 16.07.2025 

Namespace: [VM.Managed.DAFUL.Car](VM.Managed.DAFUL.Car.md)  
Assembly: VMDCar.dll

The swept-sine steer analysis class

```csharp
public class AnalysisSweptSineSteer : AnalysisSteerBase, IHasInitialVel

```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ← [AnalysisBase](VM.Managed.DAFUL.Car.AnalysisBase.md) ← [FullCarAnalysisBase](VM.Managed.DAFUL.Car.FullCarAnalysisBase.md) ← [OpenLoopSteeringBase](VM.Managed.DAFUL.Car.OpenLoopSteeringBase.md) ← [AnalysisSteerBase](VM.Managed.DAFUL.Car.AnalysisSteerBase.md) ← [AnalysisSweptSineSteer](VM.Managed.DAFUL.Car.AnalysisSweptSineSteer.md)

#### Implements

IHasInitialVel

#### Inherited Members

[AnalysisSteerBase.TimeOfStart](VM.Managed.DAFUL.Car.AnalysisSteerBase.md#VM_Managed_DAFUL_Car_AnalysisSteerBase_TimeOfStart), [AnalysisSteerBase.SteeringInputType](VM.Managed.DAFUL.Car.AnalysisSteerBase.md#VM_Managed_DAFUL_Car_AnalysisSteerBase_SteeringInputType), [AnalysisSteerBase.IsCruiseControl](VM.Managed.DAFUL.Car.AnalysisSteerBase.md#VM_Managed_DAFUL_Car_AnalysisSteerBase_IsCruiseControl), [OpenLoopSteeringBase.GetTestRigMotionUSUBArgument(string\[\])](VM.Managed.DAFUL.Car.OpenLoopSteeringBase.md#VM_Managed_DAFUL_Car_OpenLoopSteeringBase_GetTestRigMotionUSUBArgument_System_String___), [OpenLoopSteeringBase.InitialVelocity](VM.Managed.DAFUL.Car.OpenLoopSteeringBase.md#VM_Managed_DAFUL_Car_OpenLoopSteeringBase_InitialVelocity), [OpenLoopSteeringBase.VelocityUnitType](VM.Managed.DAFUL.Car.OpenLoopSteeringBase.md#VM_Managed_DAFUL_Car_OpenLoopSteeringBase_VelocityUnitType), [FullCarAnalysisBase.IsQuasiStaticStraightLineSetup](VM.Managed.DAFUL.Car.FullCarAnalysisBase.md#VM_Managed_DAFUL_Car_FullCarAnalysisBase_IsQuasiStaticStraightLineSetup), [FullCarAnalysisBase.RoadFile](VM.Managed.DAFUL.Car.FullCarAnalysisBase.md#VM_Managed_DAFUL_Car_FullCarAnalysisBase_RoadFile), [FullCarAnalysisBase.GearPositionType](VM.Managed.DAFUL.Car.FullCarAnalysisBase.md#VM_Managed_DAFUL_Car_FullCarAnalysisBase_GearPositionType), [FullCarAnalysisBase.TireRadiusPosition](VM.Managed.DAFUL.Car.FullCarAnalysisBase.md#VM_Managed_DAFUL_Car_FullCarAnalysisBase_TireRadiusPosition), [AnalysisBase.m\_pLnkContainer](VM.Managed.DAFUL.Car.AnalysisBase.md#VM_Managed_DAFUL_Car_AnalysisBase_m_pLnkContainer), [AnalysisBase.SetModified()](VM.Managed.DAFUL.Car.AnalysisBase.md#VM_Managed_DAFUL_Car_AnalysisBase_SetModified), [AnalysisBase.GetTestRigMotionUSUBArgument(string\[\])](VM.Managed.DAFUL.Car.AnalysisBase.md#VM_Managed_DAFUL_Car_AnalysisBase_GetTestRigMotionUSUBArgument_System_String___), [AnalysisBase.GetConvertUnit(LengthUnitType)](VM.Managed.DAFUL.Car.AnalysisBase.md#VM_Managed_DAFUL_Car_AnalysisBase_GetConvertUnit_VM_Models_Pre_LengthUnitType_), [AnalysisBase.GetGravity()](VM.Managed.DAFUL.Car.AnalysisBase.md#VM_Managed_DAFUL_Car_AnalysisBase_GetGravity), [AnalysisBase.GetConvertUnit(VelocityUnitType)](VM.Managed.DAFUL.Car.AnalysisBase.md#VM_Managed_DAFUL_Car_AnalysisBase_GetConvertUnit_VM_Managed_DAFUL_Car_Analysis_VelocityUnitType_), [AnalysisBase.GetConvertUnit(AccelerationUnitType)](VM.Managed.DAFUL.Car.AnalysisBase.md#VM_Managed_DAFUL_Car_AnalysisBase_GetConvertUnit_VM_Managed_DAFUL_Car_Analysis_AccelerationUnitType_), [AnalysisBase.IsSim](VM.Managed.DAFUL.Car.AnalysisBase.md#VM_Managed_DAFUL_Car_AnalysisBase_IsSim)

#### Extension Methods

[LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType)](VM.Models.Pre.Cache.LinkPropertyItemCache.md#VM_Models_Pre_Cache_LinkPropertyItemCache_GetLinkProperties_System_Object_VM_Models_Pre_LinkPropertyType_), [LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType)](VM.Models.Pre.Cache.LinkPropertyItemCache.md#VM_Models_Pre_Cache_LinkPropertyItemCache_GetLinkPropertiesAndValues_System_Object_VM_Models_Pre_LinkPropertyType_), [LinkPropertyItemCache.GetLinkedObjects(object, LinkPropertyType)](VM.Models.Pre.Cache.LinkPropertyItemCache.md#VM_Models_Pre_Cache_LinkPropertyItemCache_GetLinkedObjects__1_System_Object_VM_Models_Pre_LinkPropertyType_)

## Constructors

### <a id="VM_Managed_DAFUL_Car_AnalysisSweptSineSteer__ctor"></a> AnalysisSweptSineSteer()

Initializes a new instance of the  class.

```csharp
public AnalysisSweptSineSteer()

```

### <a id="VM_Managed_DAFUL_Car_AnalysisSweptSineSteer__ctor_VM_Models_Pre_ILinkContainer_"></a> AnalysisSweptSineSteer(ILinkContainer)

Initializes a new instance of the  class.

```csharp
public AnalysisSweptSineSteer(ILinkContainer lnkContainer)

```

#### Parameters

`lnkContainer` ILinkContainer

The link container.

## Properties

### <a id="VM_Managed_DAFUL_Car_AnalysisSweptSineSteer_FrequencyRateValue"></a> FrequencyRateValue

Gets or sets the frequency rate.

```csharp
public double FrequencyRateValue { get; set; }

```

#### Property Value

[double](https://learn.microsoft.com/dotnet/api/system.double)

### <a id="VM_Managed_DAFUL_Car_AnalysisSweptSineSteer_InitFrequency"></a> InitFrequency

Gets or sets the initial frequency.

```csharp
public double InitFrequency { get; set; }

```

#### Property Value

[double](https://learn.microsoft.com/dotnet/api/system.double)

### <a id="VM_Managed_DAFUL_Car_AnalysisSweptSineSteer_InitialSteer"></a> InitialSteer

Gets or sets the initial steer value.

```csharp
public double InitialSteer { get; set; }

```

#### Property Value

[double](https://learn.microsoft.com/dotnet/api/system.double)

### <a id="VM_Managed_DAFUL_Car_AnalysisSweptSineSteer_MaxiFrequency"></a> MaxiFrequency

Gets or sets the maximum frequency.

```csharp
public double MaxiFrequency { get; set; }

```

#### Property Value

[double](https://learn.microsoft.com/dotnet/api/system.double)

### <a id="VM_Managed_DAFUL_Car_AnalysisSweptSineSteer_MaximumSteer"></a> MaximumSteer

Gets or sets the maximum steer value.

```csharp
public double MaximumSteer { get; set; }

```

#### Property Value

[double](https://learn.microsoft.com/dotnet/api/system.double)

### <a id="VM_Managed_DAFUL_Car_AnalysisSweptSineSteer_TireRadiusPosition"></a> TireRadiusPosition

Gets the tire radius position.

```csharp
public override int TireRadiusPosition { get; }

```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

## Methods

### <a id="VM_Managed_DAFUL_Car_AnalysisSweptSineSteer_GetTestRigMotionUSUBArgument_System_String___"></a> GetTestRigMotionUSUBArgument(string\[\])

Gets the test-rig motion USUB argument.

```csharp
public override void GetTestRigMotionUSUBArgument(string[] arParameter)

```

#### Parameters

`arParameter` [string](https://learn.microsoft.com/dotnet/api/system.string)\[\]

The parameter array.