Class TESetUpForDynamicAnalysisOptions
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
TESetUpForDynamicAnalysisOptions
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class TESetUpForDynamicAnalysisOptions : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
IncludeMisalignmentExcitation
If running NVH to obtain TE from Advanced System Deflection this sets whether that also includes the misalignment excitation.
Declaration
public bool IncludeMisalignmentExcitation { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
UseDataLoggerForAdvancedSystemDeflectionSingleToothPassHarmonicExcitationTypeOptions
If running NVH to obtain TE from Advanced System Deflection, using the 'Advanced System Deflection, Single Tooth Pass' options this sets whether the Data Logger is to be used in the Load Cases created. Using the Data Logger will save significantly on memory.
Declaration
public bool UseDataLoggerForAdvancedSystemDeflectionSingleToothPassHarmonicExcitationTypeOptions { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<T>