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