Class InteriorPermanentMagnetAndSynchronousReluctanceRotor
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
InteriorPermanentMagnetAndSynchronousReluctanceRotor
Inherited Members
APIBase.callPartialMethod<T>(String, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, T)
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Assembly: SMT.MastaAPI.13.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
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