Class DutyCycleEfficiencyResults
Inheritance
System.Object
DutyCycleEfficiencyResults
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class DutyCycleEfficiencyResults : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
Efficiency
Declaration
public double Efficiency { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double EnergyInput { get; }
Property Value
| Type |
Description |
| System.Double |
|
EnergyLost
Declaration
public double EnergyLost { get; }
Property Value
| Type |
Description |
| System.Double |
|
EnergyOutput
Declaration
public double EnergyOutput { get; }
Property Value
| Type |
Description |
| System.Double |
|
LoadCaseOverallEfficiencyResult
Declaration
public ReadOnlyCollection<LoadCaseOverallEfficiencyResult> LoadCaseOverallEfficiencyResult { get; }
Property Value
Name
Declaration
public string Name { get; }
Property Value
| Type |
Description |
| System.String |
|
Implements
System.IEquatable<T>
Extension Methods