Class ForceAccelAmpPhase
- Namespace
- Hi.Vibrations
- Assembly
- HiMech.dll
Represents amplitude and phase information for force and acceleration in vibration analysis.
public class ForceAccelAmpPhase
- Inheritance
-
ForceAccelAmpPhase
- Inherited Members
- Extension Methods
Properties
AccelAmpPhase
Gets or sets the amplitude and phase information for acceleration components.
public AmpPhase[] AccelAmpPhase { get; set; }
Property Value
- AmpPhase[]
ForceAmpPhase
Gets or sets the amplitude and phase information for force components.
public AmpPhase[] ForceAmpPhase { get; set; }
Property Value
- AmpPhase[]