Class SpeedTorqueLoadCase
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
SpeedTorqueLoadCase
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.ElectricMachines.LoadCasesAndAnalyses
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class SpeedTorqueLoadCase : ElectricMachineLoadCase, 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 |
LoadSpecification
Declaration
public SpecifyTorqueOrCurrent LoadSpecification { get; set; }
Property Value
Type | Description |
---|---|
SpecifyTorqueOrCurrent |
TargetTorque
Measurement: Torque
Declaration
public double TargetTorque { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>