Class VirtualComponentPowerFlow
Inheritance
System.Object
VirtualComponentPowerFlow
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.PowerFlows
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public abstract class VirtualComponentPowerFlow : MountableComponentPowerFlow, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public VirtualComponent ComponentDesign { get; }
Property Value
| Type | Description |
|---|---|
| VirtualComponent |
Power
Declaration
public double Power { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
Torque
Declaration
public double Torque { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
Implements
System.IEquatable<T>