Class MicrophoneArrayCompoundHarmonicAnalysis
Inheritance
System.Object
MicrophoneArrayCompoundHarmonicAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.HarmonicAnalyses.Compound
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public class MicrophoneArrayCompoundHarmonicAnalysis : SpecialisedAssemblyCompoundHarmonicAnalysis, IEquatable<APIBase>
Properties
AssemblyAnalysisCases
Declaration
public ReadOnlyCollection<MicrophoneArrayHarmonicAnalysis> AssemblyAnalysisCases { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<MicrophoneArrayHarmonicAnalysis> |
AssemblyAnalysisCasesReady
Declaration
public ReadOnlyCollection<MicrophoneArrayHarmonicAnalysis> AssemblyAnalysisCasesReady { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<MicrophoneArrayHarmonicAnalysis> |
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>