Class ElectricMachineLoadCaseGroup
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ElectricMachineLoadCaseGroup
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 ElectricMachineLoadCaseGroup : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
DynamicForcesLoadCases
Declaration
public ReadOnlyCollection<DynamicForceLoadCase> DynamicForcesLoadCases { get; }
Property Value
DynamicForcesLoadCasesWithoutNonLinearDQModel
Declaration
public ReadOnlyCollection<BasicDynamicForceLoadCase> DynamicForcesLoadCasesWithoutNonLinearDQModel { get; }
Property Value
EfficiencyMapLoadCases
Declaration
public ReadOnlyCollection<EfficiencyMapLoadCase> EfficiencyMapLoadCases { get; }
Property Value
Name
Declaration
public virtual string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
ReportNames
Declaration
public IReadOnlyList<string> ReportNames { get; }
Property Value
Type |
Description |
System.Collections.Generic.IReadOnlyList<System.String> |
|
SingleOperatingPointLoadCasesWithNonLinearDQModel
Declaration
public ReadOnlyCollection<SpeedTorqueLoadCase> SingleOperatingPointLoadCasesWithNonLinearDQModel { get; }
Property Value
SingleOperatingPointLoadCasesWithoutNonLinearDQModel
Declaration
public ReadOnlyCollection<ElectricMachineLoadCase> SingleOperatingPointLoadCasesWithoutNonLinearDQModel { get; }
Property Value
SpeedTorqueCurveLoadCases
Declaration
public ReadOnlyCollection<SpeedTorqueCurveLoadCase> SpeedTorqueCurveLoadCases { get; }
Property Value
Methods
AddLoadCase(LoadCaseType)
Declaration
public ElectricMachineLoadCaseBase AddLoadCase(LoadCaseType loadCaseType)
Parameters
Returns
AddLoadCaseNamed(LoadCaseType, String)
Declaration
public ElectricMachineLoadCaseBase AddLoadCaseNamed(LoadCaseType loadCaseType, string name)
Parameters
Type |
Name |
Description |
LoadCaseType |
loadCaseType |
|
System.String |
name |
|
Returns
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 |
|
LoadCaseNamed(LoadCaseType, String)
Declaration
public ElectricMachineLoadCaseBase LoadCaseNamed(LoadCaseType loadCaseType, string name)
Parameters
Type |
Name |
Description |
LoadCaseType |
loadCaseType |
|
System.String |
name |
|
Returns
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 |
|
Declaration
public MethodOutcome PerformCompoundAnalysis(ElectricMachineSetup setup, LoadCaseType loadCaseType)
Parameters
Returns
Declaration
public MethodOutcome PerformCompoundAnalysisWithProgress(ElectricMachineSetup setup, LoadCaseType loadCaseType, TaskProgress taskProgress)
Parameters
Returns
RemoveAllElectricMachineLoadCases()
Declaration
public void RemoveAllElectricMachineLoadCases()
TryRemoveLoadCase(ElectricMachineLoadCaseBase)
Declaration
public bool TryRemoveLoadCase(ElectricMachineLoadCaseBase loadCase)
Parameters
Returns
Type |
Description |
System.Boolean |
|
TryRemoveLoadCaseNamed(LoadCaseType, String)
Declaration
public bool TryRemoveLoadCaseNamed(LoadCaseType loadCaseType, string name)
Parameters
Type |
Name |
Description |
LoadCaseType |
loadCaseType |
|
System.String |
name |
|
Returns
Type |
Description |
System.Boolean |
|
Implements
System.IEquatable<T>
Extension Methods