Table of Contents

Class VehicleTroubleshootingTyreProbe

Namespace
LibreRally.Vehicle
Assembly
LibreRally.dll
public sealed record VehicleTroubleshootingTyreProbe : IEquatable<VehicleTroubleshootingTyreProbe>
Inheritance
VehicleTroubleshootingTyreProbe
Implements
Inherited Members

Constructors

VehicleTroubleshootingTyreProbe(string, TyreModelMode, bool, float, float, float, float, float)

public VehicleTroubleshootingTyreProbe(string VariantName, TyreModelMode Mode, bool NeutralTyreControl, float FinalSpeedMs, float DistanceTravelledMeters, float PeakAccelerationMs2, float PeakSlipRatio, float PeakLongitudinalForcePerDrivenWheelN)

Parameters

VariantName string
Mode TyreModelMode
NeutralTyreControl bool
FinalSpeedMs float
DistanceTravelledMeters float
PeakAccelerationMs2 float
PeakSlipRatio float
PeakLongitudinalForcePerDrivenWheelN float

Properties

DistanceTravelledMeters

public float DistanceTravelledMeters { get; init; }

Property Value

float

FinalSpeedMs

public float FinalSpeedMs { get; init; }

Property Value

float

Mode

public TyreModelMode Mode { get; init; }

Property Value

TyreModelMode

NeutralTyreControl

public bool NeutralTyreControl { get; init; }

Property Value

bool

PeakAccelerationMs2

public float PeakAccelerationMs2 { get; init; }

Property Value

float

PeakLongitudinalForcePerDrivenWheelN

public float PeakLongitudinalForcePerDrivenWheelN { get; init; }

Property Value

float

PeakSlipRatio

public float PeakSlipRatio { get; init; }

Property Value

float

VariantName

public string VariantName { get; init; }

Property Value

string