Class ConnectionPowerFlow
Inheritance
System.Object
ConnectionPowerFlow
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.PowerFlows
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public abstract class ConnectionPowerFlow : ConnectionStaticLoadAnalysisCase, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
[Obsolete("Use ConnectionDesign")]
public Connection ComponentDesign { get; }
Property Value
Type | Description |
---|---|
Connection |
ConnectionDesign
Declaration
public Connection ConnectionDesign { get; }
Property Value
Type | Description |
---|---|
Connection |
IsTransmittingPower
A connection is transmitting power if the local power or planetary power is greater than 'Minimum Power for Gear Mesh to be Loaded'
Declaration
public bool IsTransmittingPower { 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>