Class NonLinearDQModelMultipleOperatingPointsLoadCase
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
NonLinearDQModelMultipleOperatingPointsLoadCase
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.ElectricMachines.LoadCasesAndAnalyses
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class NonLinearDQModelMultipleOperatingPointsLoadCase : ElectricMachineLoadCaseBase, IEquatable<APIBase>
Properties
BasicMechanicalLossSettings
Declaration
public ElectricMachineBasicMechanicalLossSettings BasicMechanicalLossSettings { get; }
Property Value
Type | Description |
---|---|
ElectricMachineBasicMechanicalLossSettings |
ControlStrategy
Declaration
public ElectricMachineControlStrategy ControlStrategy { get; set; }
Property Value
Type | Description |
---|---|
ElectricMachineControlStrategy |
IncludeResistiveVoltages
Declaration
public bool IncludeResistiveVoltages { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<T>