Class TESetUpForDynamicAnalysisOptions
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class TESetUpForDynamicAnalysisOptions : APIBase, IEquatable<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>