Class Stator
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
Stator
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.ElectricMachines
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class Stator : AbstractStator, IEquatable<APIBase>
Properties
NumberOfStatorCutOutSpecifications
Declaration
public int NumberOfStatorCutOutSpecifications { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
RadiusAtMidCoilHeight
Measurement: ShortLength
Declaration
public double RadiusAtMidCoilHeight { get; }
Property Value
Type | Description |
---|---|
System.Double |
StatorCutOutSpecifications
Declaration
public ReadOnlyCollection<StatorCutOutSpecification> StatorCutOutSpecifications { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<StatorCutOutSpecification> |
ToothAndSlot
Declaration
public ToothAndSlot ToothAndSlot { get; }
Property Value
Type | Description |
---|---|
ToothAndSlot |
Implements
System.IEquatable<T>