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