Class MicrophoneModalAnalysis
Inheritance
System.Object
MicrophoneModalAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.ModalAnalyses
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class MicrophoneModalAnalysis : ComponentModalAnalysis, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public Microphone ComponentDesign { get; }
Property Value
Type | Description |
---|---|
Microphone |
ComponentLoadCase
Declaration
public MicrophoneLoadCase ComponentLoadCase { get; }
Property Value
Type | Description |
---|---|
MicrophoneLoadCase |
SystemDeflectionResults
Declaration
public MicrophoneSystemDeflection SystemDeflectionResults { get; }
Property Value
Type | Description |
---|---|
MicrophoneSystemDeflection |
Implements
System.IEquatable<T>