Class ClutchConnectionPowerFlow
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ClutchConnectionPowerFlow
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.PowerFlows
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ClutchConnectionPowerFlow : CouplingConnectionPowerFlow, IEquatable<APIBase>
Properties
ConnectionDesign
Declaration
public ClutchConnection ConnectionDesign { get; }
Property Value
Type | Description |
---|---|
ClutchConnection |
ConnectionLoadCase
Declaration
public ClutchConnectionLoadCase ConnectionLoadCase { get; }
Property Value
Type | Description |
---|---|
ClutchConnectionLoadCase |
Implements
System.IEquatable<T>