Class FieldWindingSpecification
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.ElectricMachines
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class FieldWindingSpecification : FieldWindingSpecificationBase, IEquatable<APIBase>
Properties
CoilHeight
Measurement: ShortLength
Declaration
public double CoilHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
CoilRadialOffset
With 0 offset the coil is aligned with the bottom of the pole tip
Measurement: ShortLength
Declaration
public double CoilRadialOffset { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
CoilWidth
Measurement: ShortLength
Declaration
public double CoilWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
FieldWindingEdgeIsRadialLine
Declaration
public bool FieldWindingEdgeIsRadialLine { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<T>