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