Class DutyCycleEfficiencyResults
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
DutyCycleEfficiencyResults
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SystemDeflections.Compound
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class DutyCycleEfficiencyResults : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
Efficiency
Measurement: Percentage
Declaration
public double Efficiency { get; }
Property Value
Type | Description |
---|---|
System.Double |
EnergyInput
Measurement: Energy
Declaration
public double EnergyInput { get; }
Property Value
Type | Description |
---|---|
System.Double |
EnergyLost
Measurement: Energy
Declaration
public double EnergyLost { get; }
Property Value
Type | Description |
---|---|
System.Double |
EnergyOutput
Measurement: Energy
Declaration
public double EnergyOutput { get; }
Property Value
Type | Description |
---|---|
System.Double |
LoadCaseOverallEfficiencyResult
Declaration
public ReadOnlyCollection<LoadCaseOverallEfficiencyResult> LoadCaseOverallEfficiencyResult { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<LoadCaseOverallEfficiencyResult> |
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Implements
System.IEquatable<T>