Class InteriorPermanentMagnetAndSynchronousReluctanceRotor
Inheritance
System.Object
InteriorPermanentMagnetAndSynchronousReluctanceRotor
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public class InteriorPermanentMagnetAndSynchronousReluctanceRotor : PermanentMagnetRotor, IEquatable<APIBase>
Properties
CoolingDuctLayers
Declaration
public ReadOnlyCollection<CoolingDuctLayerSpecification> CoolingDuctLayers { get; }
Property Value
FluxBarrierStyle
Declaration
public FluxBarrierStyle FluxBarrierStyle { get; set; }
Property Value
MaximumRadiusOfCurvatureForFluxBarrierCorners
Declaration
public double MaximumRadiusOfCurvatureForFluxBarrierCorners { get; set; }
Property Value
Type |
Description |
System.Double |
|
NotchSpecifications
Declaration
public ReadOnlyCollection<NotchSpecification> NotchSpecifications { get; }
Property Value
NumberOfCoolingDuctLayers
Declaration
public int NumberOfCoolingDuctLayers { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
NumberOfMagnetFluxBarrierLayers
Declaration
public int NumberOfMagnetFluxBarrierLayers { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
NumberOfNotchSpecifications
Declaration
public int NumberOfNotchSpecifications { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
RotorType
Declaration
public RotorType RotorType { get; set; }
Property Value
UShapeLayers
Declaration
public ReadOnlyCollection<UShapedLayerSpecification> UShapeLayers { get; }
Property Value
VShapeMagnetLayers
Declaration
public ReadOnlyCollection<VShapedMagnetLayerSpecification> VShapeMagnetLayers { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods