Class LinearDQModel
Inheritance
System.Object
LinearDQModel
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public class LinearDQModel : ElectricMachineDQModel, IEquatable<APIBase>
Properties
ApparentDAxisInductance
Declaration
public double ApparentDAxisInductance { get; }
Property Value
| Type |
Description |
| System.Double |
|
ApparentQAxisInductance
Declaration
public double ApparentQAxisInductance { get; }
Property Value
| Type |
Description |
| System.Double |
|
BaseSpeedFromMTPAAtReferenceTemperature
Declaration
public double BaseSpeedFromMTPAAtReferenceTemperature { get; }
Property Value
| Type |
Description |
| System.Double |
|
MaxSpeedAtReferenceTemperature
Declaration
public double MaxSpeedAtReferenceTemperature { get; }
Property Value
| Type |
Description |
| System.Double |
|
Name
Declaration
public override string Name { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Implements
System.IEquatable<T>
Extension Methods