Class PowerLoss
Inheritance
System.Object
PowerLoss
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public abstract class PowerLoss : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
PowerLossCalculationDetails
Declaration
public string PowerLossCalculationDetails { get; }
Property Value
| Type |
Description |
| System.String |
|
TotalPowerLoss
Declaration
public double TotalPowerLoss { get; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods