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