Class SuspensionSimulationConfiguration
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Car
Assembly: VMDCar.dll
The suspension simulation configuration class
public class SuspensionSimulationConfiguration
Inheritance
object ← SuspensionSimulationConfiguration
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
SuspensionSimulationConfiguration()
Initializes a new instance of the
public SuspensionSimulationConfiguration()
Properties
EndTime
Gets or sets the end time.
public double EndTime { get; set; }
Property Value
ExternFiles
Gets or sets the extern files.
public AnalysisExternFiles ExternFiles { get; set; }
Property Value
NumofSteps
Gets or sets the number of steps.
public int NumofSteps { get; set; }
Property Value
OppositeTravelParameter
Gets or sets the opposite travel parameter.
public AnalysisOppositeTravel OppositeTravelParameter { get; set; }
Property Value
ParallelTravelParameter
Gets or sets the parallel travel parameter.
public AnalysisParallelTravel ParallelTravelParameter { get; set; }
Property Value
RandomTravel
Gets or sets the random travel.
public AnalysisRandomMotion RandomTravel { get; set; }
Property Value
ResultFile
Gets or sets the result file.
public string ResultFile { get; set; }
Property Value
RollVerticalParameter
Gets or sets the roll vertical parameter.
public AnalysisRollVertical RollVerticalParameter { get; set; }
Property Value
SimulationType
Gets or sets the type of the simulation.
public int SimulationType { get; set; }
Property Value
SingleTravelParameter
Gets or sets the single travel parameter.
public AnalysisSingleTravel SingleTravelParameter { get; set; }
Property Value
StaticLoad
Gets or sets the static load.
public AnalysisStaticLoad StaticLoad { get; set; }
Property Value
SteeringParameter
Gets or sets the steering parameter.
public AnalysisSteering SteeringParameter { get; set; }