Class ResultsForResponseOfAComponentOrSurfaceInAHarmonic
Inheritance
System.Object
ResultsForResponseOfAComponentOrSurfaceInAHarmonic
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class ResultsForResponseOfAComponentOrSurfaceInAHarmonic : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
DataPoints
Declaration
public ReadOnlyCollection<DataPointForResponseOfAComponentOrSurfaceAtAFrequencyToAHarmonic> DataPoints { get; }
Property Value
Magnitude
Declaration
public ResultsForSingleDegreeOfFreedomOfResponseOfNodeInHarmonic Magnitude { get; }
Property Value
ResultAtReferenceSpeed
Declaration
public DataPointForResponseOfAComponentOrSurfaceAtAFrequencyToAHarmonic ResultAtReferenceSpeed { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods