Class ResultsForResponseOfANodeOnAHarmonic
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ResultsForResponseOfANodeOnAHarmonic
Inherited Members
APIBase.callPartialMethod<T>(String, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, T)
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ResultsForResponseOfANodeOnAHarmonic : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
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