Class MicrophoneArrayCompoundHarmonicAnalysisOfSingleExcitation
Inheritance
System.Object
MicrophoneArrayCompoundHarmonicAnalysisOfSingleExcitation
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.HarmonicAnalysesSingleExcitation.Compound
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public class MicrophoneArrayCompoundHarmonicAnalysisOfSingleExcitation : SpecialisedAssemblyCompoundHarmonicAnalysisOfSingleExcitation, IEquatable<APIBase>
Properties
AssemblyAnalysisCases
Declaration
public ReadOnlyCollection<MicrophoneArrayHarmonicAnalysisOfSingleExcitation> AssemblyAnalysisCases { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<MicrophoneArrayHarmonicAnalysisOfSingleExcitation> |
AssemblyAnalysisCasesReady
Declaration
public ReadOnlyCollection<MicrophoneArrayHarmonicAnalysisOfSingleExcitation> AssemblyAnalysisCasesReady { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<MicrophoneArrayHarmonicAnalysisOfSingleExcitation> |
AssemblyDesign
Declaration
public MicrophoneArray AssemblyDesign { get; }
Property Value
| Type | Description |
|---|---|
| MicrophoneArray |
ComponentDesign
Declaration
[Obsolete("Use AssemblyDesign")]
public MicrophoneArray ComponentDesign { get; }
Property Value
| Type | Description |
|---|---|
| MicrophoneArray |
Implements
System.IEquatable<T>