Class ConnectionPowerFlow
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ConnectionPowerFlow
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.PowerFlows
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class ConnectionPowerFlow : ConnectionStaticLoadAnalysisCase, IEquatable<APIBase>
Properties
ConnectionDesign
Declaration
public Connection ConnectionDesign { get; }
Property Value
Type | Description |
---|---|
Connection |
IsLoaded
Declaration
public bool IsLoaded { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
PowerFlow
Declaration
public PowerFlow PowerFlow { get; }
Property Value
Type | Description |
---|---|
PowerFlow |
TorsionalSystemDeflectionAnalysis
Declaration
public ConnectionSystemDeflection TorsionalSystemDeflectionAnalysis { get; }
Property Value
Type | Description |
---|---|
ConnectionSystemDeflection |
Implements
System.IEquatable<T>