Class AnalysisFourPostVibrationInfo
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Car
Assembly: VMDFullCar.dll
This struct is to represent the analysis information.
public class AnalysisFourPostVibrationInfo
Inheritance
object ← AnalysisFourPostVibrationInfo
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
AnalysisFourPostVibrationInfo()
Initializes a new instance of the
public AnalysisFourPostVibrationInfo()
Properties
ActuationType
Gets or sets the type of the actuation.
public ActuationType ActuationType { get; set; }
Property Value
ActuationType
FrontLeftActuator
Gets or sets the front left actuator.
public ActuatorInfo FrontLeftActuator { get; set; }
Property Value
FrontRightActuator
Gets or sets the front right actuator.
public ActuatorInfo FrontRightActuator { get; set; }
Property Value
InputDirection
Gets or sets the input direction.
public VibrationInputInputDirection InputDirection { get; set; }
Property Value
VibrationInputInputDirection
InputLocation
Gets or sets the input location.
public VibrationInputLocation InputLocation { get; set; }
Property Value
VibrationInputLocation
RearLeftActuator
Gets or sets the rear left actuator.
public ActuatorInfo RearLeftActuator { get; set; }
Property Value
RearRightActuator
Gets or sets the rear right actuator.
public ActuatorInfo RearRightActuator { get; set; }