Class ClutchConnectionCompoundPowerFlow
Inheritance
System.Object
ClutchConnectionCompoundPowerFlow
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.PowerFlows.Compound
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public 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>