Class RootAssemblyHarmonicAnalysisResultsPropertyAccessor
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
RootAssemblyHarmonicAnalysisResultsPropertyAccessor
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 RootAssemblyHarmonicAnalysisResultsPropertyAccessor : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
CombinedOrders
Results calculated by combining results for all selected harmonics of all selected excitations, irrespective of order.
Declaration
public ResultsForMultipleOrdersForGroups CombinedOrders { get; }
Property Value
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<RootAssemblySingleWhineAnalysisResultsPropertyAccessor> 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<ResultsForOrderIncludingGroups> 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<ResultsForOrderIncludingGroups> OrdersForCombinedExcitationsFromSameParts { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods