Class SynchroniserCompoundPowerFlow
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
SynchroniserCompoundPowerFlow
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.PowerFlows.Compound
Assembly: SMT.MastaAPI.13.0.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 |
Implements
System.IEquatable<T>