Class SynchroniserCompoundPowerFlow
Inheritance
System.Object
SynchroniserCompoundPowerFlow
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.PowerFlows.Compound
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class SynchroniserCompoundPowerFlow : SpecialisedAssemblyCompoundPowerFlow, IEquatable<APIBase>
Properties
AssemblyAnalysisCases
Declaration
public ReadOnlyCollection<SynchroniserPowerFlow> AssemblyAnalysisCases { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<SynchroniserPowerFlow> |
AssemblyAnalysisCasesReady
Declaration
public ReadOnlyCollection<SynchroniserPowerFlow> AssemblyAnalysisCasesReady { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<SynchroniserPowerFlow> |
AssemblyDesign
Declaration
public Synchroniser AssemblyDesign { get; }
Property Value
| Type | Description |
|---|---|
| Synchroniser |
ComponentDesign
Declaration
[Obsolete("Use AssemblyDesign")]
public Synchroniser ComponentDesign { get; }
Property Value
| Type | Description |
|---|---|
| Synchroniser |
Implements
System.IEquatable<T>