Class HairpinConductor
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.ElectricMachines
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class HairpinConductor : WindingConductor, IEquatable<APIBase>
Properties
Angle
Measurement: Angle
Declaration
public double Angle { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
AngleOffset
Measurement: Angle
Declaration
public double AngleOffset { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
CornerRadius
Measurement: ShortLength
Declaration
public double CornerRadius { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
RadialOffset
Measurement: ShortLength
Declaration
public double RadialOffset { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Radius
Measurement: ShortLength
Declaration
public double Radius { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
WindingArea
Measurement: SmallArea
Declaration
public double WindingArea { get; }
Property Value
Type | Description |
---|---|
System.Double |
WindingMaterialHeight
Measurement: ShortLength
Declaration
public double WindingMaterialHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
WindingMaterialWidth
Measurement: ShortLength
Declaration
public double WindingMaterialWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>