Class PowerLoss
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Materials.Efficiency
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public abstract class PowerLoss : APIBase, IEquatable<APIBase>
Properties
PowerLossCalculationDetails
Declaration
public string PowerLossCalculationDetails { get; }
Property Value
Type | Description |
---|---|
System.String |
TotalPowerLoss
Measurement: Power
Declaration
public double TotalPowerLoss { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>