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