Class EfficiencyResults
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
EfficiencyResults
Inherited Members
APIBase.callPartialMethod<T>(String, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, T)
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class EfficiencyResults : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
ACWindingLoss
Declaration
public ThreeDChartDefinition ACWindingLoss { get; }
Property Value
CurrentAngle
Declaration
public ThreeDChartDefinition CurrentAngle { get; }
Property Value
DAxisCurrent
Declaration
public ThreeDChartDefinition DAxisCurrent { get; }
Property Value
DAxisFluxLinkage
Declaration
public ThreeDChartDefinition DAxisFluxLinkage { get; }
Property Value
DCWindingLoss
Declaration
public ThreeDChartDefinition DCWindingLoss { get; }
Property Value
EfficiencyMap
Declaration
public ThreeDChartDefinition EfficiencyMap { get; }
Property Value
Declaration
public ThreeDChartDefinition InputPower { get; }
Property Value
MagnetLoss
Declaration
public ThreeDChartDefinition MagnetLoss { get; }
Property Value
OutputPower
Declaration
public ThreeDChartDefinition OutputPower { get; }
Property Value
PeakPhaseCurrentMagnitude
Declaration
public ThreeDChartDefinition PeakPhaseCurrentMagnitude { get; }
Property Value
PeakPhaseVoltageMagnitude
Declaration
public ThreeDChartDefinition PeakPhaseVoltageMagnitude { get; }
Property Value
QAxisCurrent
Declaration
public ThreeDChartDefinition QAxisCurrent { get; }
Property Value
QAxisFluxLinkage
Declaration
public ThreeDChartDefinition QAxisFluxLinkage { get; }
Property Value
ReportNames
Declaration
public IReadOnlyList<string> ReportNames { get; }
Property Value
Type |
Description |
System.Collections.Generic.IReadOnlyList<System.String> |
|
RotorEddyCurrentLoss
Declaration
public ThreeDChartDefinition RotorEddyCurrentLoss { get; }
Property Value
RotorExcessLoss
Declaration
public ThreeDChartDefinition RotorExcessLoss { get; }
Property Value
RotorHysteresisLoss
Declaration
public ThreeDChartDefinition RotorHysteresisLoss { get; }
Property Value
StatorEddyCurrentLoss
Declaration
public ThreeDChartDefinition StatorEddyCurrentLoss { get; }
Property Value
StatorExcessLoss
Declaration
public ThreeDChartDefinition StatorExcessLoss { get; }
Property Value
StatorHysteresisLoss
Declaration
public ThreeDChartDefinition StatorHysteresisLoss { get; }
Property Value
TotalLoss
Declaration
public ThreeDChartDefinition TotalLoss { get; }
Property Value
Methods
GetActiveReportWithEncodedImages()
Declaration
public string GetActiveReportWithEncodedImages()
Returns
Type |
Description |
System.String |
|
GetDefaultReportWithEncodedImages()
Declaration
public string GetDefaultReportWithEncodedImages()
Returns
Type |
Description |
System.String |
|
GetNamedReportWithEncodedImages(String)
Declaration
public string GetNamedReportWithEncodedImages(string reportName)
Parameters
Type |
Name |
Description |
System.String |
reportName |
|
Returns
Type |
Description |
System.String |
|
OutputActiveReportAsTextTo(String)
Declaration
public void OutputActiveReportAsTextTo(string filePath)
Parameters
Type |
Name |
Description |
System.String |
filePath |
|
OutputActiveReportTo(String)
Declaration
public void OutputActiveReportTo(string filePath)
Parameters
Type |
Name |
Description |
System.String |
filePath |
|
OutputDefaultReportTo(String)
Declaration
public void OutputDefaultReportTo(string filePath)
Parameters
Type |
Name |
Description |
System.String |
filePath |
|
OutputNamedReportAsMastaReport(String, String)
Declaration
public void OutputNamedReportAsMastaReport(string reportName, string filePath)
Parameters
Type |
Name |
Description |
System.String |
reportName |
|
System.String |
filePath |
|
OutputNamedReportAsTextTo(String, String)
Declaration
public void OutputNamedReportAsTextTo(string reportName, string filePath)
Parameters
Type |
Name |
Description |
System.String |
reportName |
|
System.String |
filePath |
|
OutputNamedReportTo(String, String)
Declaration
public void OutputNamedReportTo(string reportName, string filePath)
Parameters
Type |
Name |
Description |
System.String |
reportName |
|
System.String |
filePath |
|
Implements
System.IEquatable<T>
Extension Methods