Class EfficiencyMapLoadCase
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
EfficiencyMapLoadCase
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.ElectricMachines.LoadCasesAndAnalyses
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class EfficiencyMapLoadCase : NonLinearDQModelMultipleOperatingPointsLoadCase, IEquatable<APIBase>
Properties
EfficiencyMapSettings
Declaration
public ElectricMachineEfficiencyMapSettings EfficiencyMapSettings { get; }
Property Value
| Type | Description |
|---|---|
| ElectricMachineEfficiencyMapSettings |
Methods
AnalysisFor(ElectricMachineSetup)
Declaration
public EfficiencyMapAnalysis AnalysisFor(ElectricMachineSetup setup)
Parameters
| Type | Name | Description |
|---|---|---|
| ElectricMachineSetup | setup |
Returns
| Type | Description |
|---|---|
| EfficiencyMapAnalysis |
Implements
System.IEquatable<T>