Class LoadCaseOverallEfficiencyResult
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
LoadCaseOverallEfficiencyResult
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SystemDeflections
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class LoadCaseOverallEfficiencyResult : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
Duration
Measurement: Time
Declaration
public double Duration { get; }
Property Value
Type | Description |
---|---|
System.Double |
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 |
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Implements
System.IEquatable<T>