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