Class HarmonicAnalysisResultsPropertyAccessor
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
HarmonicAnalysisResultsPropertyAccessor
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 HarmonicAnalysisResultsPropertyAccessor : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
Excitations
Results for individual excitations. Use the 'Excitations Description' property to see the full list of excitations and harmonics in a result.
Declaration
public ReadOnlyCollection<SingleWhineAnalysisResultsPropertyAccessor> Excitations { get; }
Property Value
OrdersForCombinedExcitations
Results at orders, where each contains the combined results for all excitations which have a harmonic at that order. Use the 'Excitations Description' property to see the full list of excitations and harmonics in a result.
Declaration
public ReadOnlyCollection<ResultsForOrderIncludingNodes> OrdersForCombinedExcitations { get; }
Property Value
OrdersForCombinedExcitationsFromSameParts
Results at orders, where each contains the combined results for all excitations which have a harmonic at that order and which share the same exciting part. For instance, the results due to transmission error and misalignment for a particular gear mesh will be combined; the results for two planetary meshes will not be combined even though they are the same order. Use the 'Excitations Description' property to see the full list of excitations and harmonics in a result.
Declaration
public ReadOnlyCollection<ResultsForOrderIncludingNodes> OrdersForCombinedExcitationsFromSameParts { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods