Class MicrophoneCompoundHarmonicAnalysisOfSingleExcitation
Inheritance
System.Object
MicrophoneCompoundHarmonicAnalysisOfSingleExcitation
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.HarmonicAnalysesSingleExcitation.Compound
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class MicrophoneCompoundHarmonicAnalysisOfSingleExcitation : ComponentCompoundHarmonicAnalysisOfSingleExcitation, IEquatable<APIBase>
Properties
ComponentAnalysisCases
Declaration
public ReadOnlyCollection<MicrophoneHarmonicAnalysisOfSingleExcitation> ComponentAnalysisCases { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<MicrophoneHarmonicAnalysisOfSingleExcitation> |
ComponentAnalysisCasesReady
Declaration
public ReadOnlyCollection<MicrophoneHarmonicAnalysisOfSingleExcitation> ComponentAnalysisCasesReady { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<MicrophoneHarmonicAnalysisOfSingleExcitation> |
ComponentDesign
Declaration
public Microphone ComponentDesign { get; }
Property Value
| Type | Description |
|---|---|
| Microphone |
Implements
System.IEquatable<T>