Class SpeedTorqueLoadCase
Inheritance
System.Object
SpeedTorqueLoadCase
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class SpeedTorqueLoadCase : ElectricMachineLoadCase, IEquatable<APIBase>
Properties
BasicMechanicalLossSettings
Declaration
public ElectricMachineBasicMechanicalLossSettings BasicMechanicalLossSettings { get; }
Property Value
ControlStrategy
Declaration
public ElectricMachineControlStrategy ControlStrategy { get; set; }
Property Value
IncludeResistiveVoltages
Declaration
public bool IncludeResistiveVoltages { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
LoadSpecification
Declaration
public SpecifyTorqueOrCurrent LoadSpecification { get; set; }
Property Value
TargetTorque
Declaration
public double TargetTorque { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods