Class MicrophoneStabilityAnalysis
Inheritance
System.Object
MicrophoneStabilityAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.StabilityAnalyses
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public class MicrophoneStabilityAnalysis : ComponentStabilityAnalysis, 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 |
Implements
System.IEquatable<T>