Class ResultsForResponseOfAComponentOrSurfaceInAHarmonic
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ResultsForResponseOfAComponentOrSurfaceInAHarmonic
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.HarmonicAnalyses.ReportablePropertyResults
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ResultsForResponseOfAComponentOrSurfaceInAHarmonic : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
DataPoints
Declaration
public ReadOnlyCollection<DataPointForResponseOfAComponentOrSurfaceAtAFrequencyToAHarmonic> DataPoints { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<DataPointForResponseOfAComponentOrSurfaceAtAFrequencyToAHarmonic> |
Magnitude
Declaration
public ResultsForSingleDegreeOfFreedomOfResponseOfNodeInHarmonic Magnitude { get; }
Property Value
Type | Description |
---|---|
ResultsForSingleDegreeOfFreedomOfResponseOfNodeInHarmonic |
ResultAtReferenceSpeed
Declaration
public DataPointForResponseOfAComponentOrSurfaceAtAFrequencyToAHarmonic ResultAtReferenceSpeed { get; }
Property Value
Type | Description |
---|---|
DataPointForResponseOfAComponentOrSurfaceAtAFrequencyToAHarmonic |
Implements
System.IEquatable<T>