Class VirtualComponentPowerFlow
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
VirtualComponentPowerFlow
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 VirtualComponentPowerFlow : MountableComponentPowerFlow, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public VirtualComponent ComponentDesign { get; }
Property Value
Type | Description |
---|---|
VirtualComponent |
Power
Measurement: Power
Declaration
public double Power { get; }
Property Value
Type | Description |
---|---|
System.Double |
Torque
Measurement: Torque
Declaration
public double Torque { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>