Class HarmonicAnalysis
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
HarmonicAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.HarmonicAnalyses
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class HarmonicAnalysis : CompoundAnalysisCase, IEquatable<APIBase>
Properties
HarmonicAnalysesOfSingleExcitations
Declaration
public ReadOnlyCollection<HarmonicAnalysisOfSingleExcitation> HarmonicAnalysesOfSingleExcitations { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<HarmonicAnalysisOfSingleExcitation> |
TimeForModalAnalysis
The time for the coupled modal analysis that is used in the modal summation to calculate the response.
Measurement: TimeShort
Declaration
public double TimeForModalAnalysis { get; }
Property Value
Type | Description |
---|---|
System.Double |
TimeForSingleExcitationsPostAnalysis
The post analysis step for excitations includes caching of parts of the response calculation.
Measurement: TimeShort
Declaration
public double TimeForSingleExcitationsPostAnalysis { get; }
Property Value
Type | Description |
---|---|
System.Double |
TimeToRunSingleExcitations
Contains any additional analysis required for particular excitations.
Measurement: TimeShort
Declaration
public double TimeToRunSingleExcitations { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>