Class ResultsForResponseOfANodeOnAHarmonic
Inheritance
System.Object
ResultsForResponseOfANodeOnAHarmonic
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class ResultsForResponseOfANodeOnAHarmonic : APIBase, IEquatable<APIBase>
Properties
AngularMagnitude
Declaration
public ResultsForSingleDegreeOfFreedomOfResponseOfNodeInHarmonic AngularMagnitude { get; }
Property Value
DataPoints
Declaration
public ReadOnlyCollection<DataPointForResponseOfANodeAtAFrequencyToAHarmonic> DataPoints { get; }
Property Value
LinearMagnitude
Declaration
public ResultsForSingleDegreeOfFreedomOfResponseOfNodeInHarmonic LinearMagnitude { get; }
Property Value
RadialAngularMagnitude
Declaration
public ResultsForSingleDegreeOfFreedomOfResponseOfNodeInHarmonic RadialAngularMagnitude { get; }
Property Value
RadialMagnitude
Declaration
public ResultsForSingleDegreeOfFreedomOfResponseOfNodeInHarmonic RadialMagnitude { get; }
Property Value
ResultAtReferenceSpeed
Declaration
public DataPointForResponseOfANodeAtAFrequencyToAHarmonic ResultAtReferenceSpeed { get; }
Property Value
ThetaX
Declaration
public ResultsForSingleDegreeOfFreedomOfResponseOfNodeInHarmonic ThetaX { get; }
Property Value
ThetaY
Declaration
public ResultsForSingleDegreeOfFreedomOfResponseOfNodeInHarmonic ThetaY { get; }
Property Value
ThetaZ
Declaration
public ResultsForSingleDegreeOfFreedomOfResponseOfNodeInHarmonic ThetaZ { get; }
Property Value
X
Declaration
public ResultsForSingleDegreeOfFreedomOfResponseOfNodeInHarmonic X { get; }
Property Value
Y
Declaration
public ResultsForSingleDegreeOfFreedomOfResponseOfNodeInHarmonic Y { get; }
Property Value
Z
Declaration
public ResultsForSingleDegreeOfFreedomOfResponseOfNodeInHarmonic Z { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods