Class EnginePartLoad
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
EnginePartLoad
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.PartModel
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class EnginePartLoad : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
Consumption
Measurement: FuelConsumptionPerUnitEnergy
Declaration
public double Consumption { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Throttle
Measurement: Percentage
Declaration
public double Throttle { get; }
Property Value
Type | Description |
---|---|
System.Double |
Torque
Measurement: Torque
Declaration
public double Torque { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>