Class IndependentPowerLoss
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Materials.Efficiency
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public class IndependentPowerLoss : PowerLoss, IEquatable<APIBase>
Properties
LoadDependentPowerLoss
Declaration
public double LoadDependentPowerLoss { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
SpeedDependentPowerLoss
Declaration
public double SpeedDependentPowerLoss { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
Implements
System.IEquatable<T>