Skip to main content

Motion Standalone Preprocessor C# library 2025 R2

Class SuspensionSimulationConfiguration

Last update: 16.07.2025

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

The suspension simulation configuration class

public class SuspensionSimulationConfiguration

Inheritance

objectSuspensionSimulationConfiguration

Extension Methods

LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType), LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType), LinkPropertyItemCache.GetLinkedObjects(object, LinkPropertyType)

Constructors

SuspensionSimulationConfiguration()

Initializes a new instance of the class.

public SuspensionSimulationConfiguration()

Properties

EndTime

Gets or sets the end time.

public double EndTime { get; set; }

Property Value

double

ExternFiles

Gets or sets the extern files.

public AnalysisExternFiles ExternFiles { get; set; }

Property Value

AnalysisExternFiles

NumofSteps

Gets or sets the number of steps.

public int NumofSteps { get; set; }

Property Value

int

OppositeTravelParameter

Gets or sets the opposite travel parameter.

public AnalysisOppositeTravel OppositeTravelParameter { get; set; }

Property Value

AnalysisOppositeTravel

ParallelTravelParameter

Gets or sets the parallel travel parameter.

public AnalysisParallelTravel ParallelTravelParameter { get; set; }

Property Value

AnalysisParallelTravel

RandomTravel

Gets or sets the random travel.

public AnalysisRandomMotion RandomTravel { get; set; }

Property Value

AnalysisRandomMotion

ResultFile

Gets or sets the result file.

public string ResultFile { get; set; }

Property Value

string

RollVerticalParameter

Gets or sets the roll vertical parameter.

public AnalysisRollVertical RollVerticalParameter { get; set; }

Property Value

AnalysisRollVertical

SimulationType

Gets or sets the type of the simulation.

public int SimulationType { get; set; }

Property Value

int

SingleTravelParameter

Gets or sets the single travel parameter.

public AnalysisSingleTravel SingleTravelParameter { get; set; }

Property Value

AnalysisSingleTravel

StaticLoad

Gets or sets the static load.

public AnalysisStaticLoad StaticLoad { get; set; }

Property Value

AnalysisStaticLoad

SteeringParameter

Gets or sets the steering parameter.

public AnalysisSteering SteeringParameter { get; set; }

Property Value

AnalysisSteering

Connect with Ansys