Class RollingRingConnectionCompoundPowerFlow
Inheritance
System.Object
RollingRingConnectionCompoundPowerFlow
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.PowerFlows.Compound
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class RollingRingConnectionCompoundPowerFlow : InterMountableComponentConnectionCompoundPowerFlow, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
[Obsolete("Use ConnectionDesign")]
public RollingRingConnection ComponentDesign { get; }
Property Value
Type | Description |
---|---|
RollingRingConnection |
ConnectionAnalysisCases
Declaration
public ReadOnlyCollection<RollingRingConnectionPowerFlow> ConnectionAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<RollingRingConnectionPowerFlow> |
ConnectionAnalysisCasesReady
Declaration
public ReadOnlyCollection<RollingRingConnectionPowerFlow> ConnectionAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<RollingRingConnectionPowerFlow> |
ConnectionDesign
Declaration
public RollingRingConnection ConnectionDesign { get; }
Property Value
Type | Description |
---|---|
RollingRingConnection |
Implements
System.IEquatable<T>