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