Class OilPumpDetail
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
OilPumpDetail
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Materials.Efficiency
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class OilPumpDetail : IndependentReportablePropertiesBase<OilPumpDetail>, IEquatable<APIBase>
Properties
ElectricMotorEfficiency
Measurement: Percentage
Declaration
public double ElectricMotorEfficiency { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ElectricPowerConsumedVsSpeed
Declaration
public Vector2DListAccessor ElectricPowerConsumedVsSpeed { get; set; }
Property Value
Type | Description |
---|---|
Vector2DListAccessor |
OilFlowRateVsSpeed
Declaration
public Vector2DListAccessor OilFlowRateVsSpeed { get; set; }
Property Value
Type | Description |
---|---|
Vector2DListAccessor |
OilPumpDriveType
Declaration
public OilPumpDriveType OilPumpDriveType { get; set; }
Property Value
Type | Description |
---|---|
OilPumpDriveType |
OilPumpEfficiency
Measurement: Percentage
Declaration
public double OilPumpEfficiency { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
OperatingOilPressureVsSpeed
Declaration
public Vector2DListAccessor OperatingOilPressureVsSpeed { get; set; }
Property Value
Type | Description |
---|---|
Vector2DListAccessor |
Implements
System.IEquatable<T>