Class EfficiencyMapAnalysis
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
EfficiencyMapAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.ElectricMachines.LoadCasesAndAnalyses
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class EfficiencyMapAnalysis : ElectricMachineAnalysis, IEquatable<APIBase>
Properties
EfficiencyMapResults
Declaration
public EfficiencyResults EfficiencyMapResults { get; }
Property Value
Type | Description |
---|---|
EfficiencyResults |
LoadCase
Declaration
public EfficiencyMapLoadCase LoadCase { get; }
Property Value
Type | Description |
---|---|
EfficiencyMapLoadCase |
PermanentMagnetFluxLinkageAtReferenceTemperature
Measurement: MagneticFlux
Declaration
public double PermanentMagnetFluxLinkageAtReferenceTemperature { get; }
Property Value
Type | Description |
---|---|
System.Double |
PhaseResistance
Measurement: ElectricalResistance
Declaration
public double PhaseResistance { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>