Class AnalysisFourPostRideInfo
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Car
Assembly: VMDFullCar.dll
This class is to represent the analysis information.
public class AnalysisFourPostRideInfo
Inheritance
object ← AnalysisFourPostRideInfo
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
AnalysisFourPostRideInfo()
Initializes a new instance of the
public AnalysisFourPostRideInfo()
AnalysisFourPostRideInfo(ILinkContainer)
Initializes a new instance of the
public AnalysisFourPostRideInfo(ILinkContainer lnkContainer)
Parameters
lnkContainer ILinkContainer
The lnk container.
Fields
m_pLnkContainer
protected ILinkContainer m_pLnkContainer
Field Value
ILinkContainer
Properties
AccUnit
Gets or sets the acc unit.
public SloverFunctionAccUnit AccUnit { get; set; }
Property Value
SloverFunctionAccUnit
Active_Actuators
Gets or sets the active actuators.
public ActiveActuators Active_Actuators { get; set; }
Property Value
ActiveActuators
Actuation_Type
Gets or sets the ActuationType.
public ActuationType Actuation_Type { get; set; }
Property Value
ActuationType
AmplitudeValue
Gets or sets the Amplitude.
public double AmplitudeValue { get; set; }
Property Value
BasisForNumOfOutputSteps
Gets or sets the Basis For Number Of Output Steps.
public BasisForNumOfOutputSteps BasisForNumOfOutputSteps { get; set; }
Property Value
BasisForNumOfOutputSteps
Calculated_TimeLag
Gets or sets the Time Lag.
public double Calculated_TimeLag { get; set; }
Property Value
Calculated_Wheelbase
Gets or sets the Calculated Wheelbase.
public double Calculated_Wheelbase { get; set; }
Property Value
DispUnit
Gets or sets the disp unit.
public SloverFunctionDispUnit DispUnit { get; set; }
Property Value
SloverFunctionDispUnit
End_Frequency
Gets or sets the end frequency.
public double End_Frequency { get; set; }
Property Value
Excitation_Mode
Gets or sets the excitation mode.
public ExcitationMode Excitation_Mode { get; set; }
Property Value
ExcitationMode
ForceUnit
Gets or sets the force unit.
public SloverFunctionForceUnit ForceUnit { get; set; }
Property Value
SloverFunctionForceUnit
Input_Location
Gets or sets the input location.
public InputLocation Input_Location { get; set; }
Property Value
InputLocation
Input_Source
Gets or sets the input source.
public InputSource Input_Source { get; set; }
Property Value
InputSource
LFront
Gets or sets the left front.
public string LFront { get; set; }
Property Value
LRear
Gets or sets the left rear.
public string LRear { get; set; }
Property Value
MinNo_OutputStepsPerInput
Gets or sets the Min.No.OfOutputSteps Per Input
public double MinNo_OutputStepsPerInput { get; set; }
Property Value
NumOfOutputsSteps
Gets or sets the Number Of Output Steps
public double NumOfOutputsSteps { get; set; }
Property Value
Output_Frequency
Gets or sets the OutputFrequency
public double Output_Frequency { get; set; }
Property Value
Output_Interval
Gets or sets the Output Inverval
public double Output_Interval { get; set; }
Property Value
RFront
Gets or sets the right front.
public string RFront { get; set; }
Property Value
RRear
Gets or sets the right rear.
public string RRear { get; set; }
Property Value
Spline_File
Gets or sets the spline file.
public string Spline_File { get; set; }
Property Value
Start_Frequency
Gets or sets the start frequency.
public double Start_Frequency { get; set; }
Property Value
TargetValue_Basis
Gets or sets the Target Value For Basis.
public double TargetValue_Basis { get; set; }
Property Value
Vechile_Speed
Gets or sets the VechileSpeed.
public double Vechile_Speed { get; set; }
Property Value
VelUnit
Gets or sets the vel unit.
public SloverFunctionVelUnit VelUnit { get; set; }
Property Value
SloverFunctionVelUnit
Methods
SetModified()
Set modified flag.
protected void SetModified()