Class LinearDQModel
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
LinearDQModel
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.ElectricMachines.Results
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class LinearDQModel : ElectricMachineDQModel, IEquatable<APIBase>
Properties
ApparentDAxisInductance
Measurement: Inductance
Declaration
public double ApparentDAxisInductance { get; }
Property Value
Type | Description |
---|---|
System.Double |
ApparentQAxisInductance
Measurement: Inductance
Declaration
public double ApparentQAxisInductance { get; }
Property Value
Type | Description |
---|---|
System.Double |
BaseSpeedFromMTPAAtReferenceTemperature
The base mechanical speed.
Measurement: AngularVelocity
Declaration
public double BaseSpeedFromMTPAAtReferenceTemperature { get; }
Property Value
Type | Description |
---|---|
System.Double |
MaxSpeedAtReferenceTemperature
The maximum mechanical speed.
Measurement: AngularVelocity
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>