Class HairpinConductor
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
HairpinConductor
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.ElectricMachines
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public 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 virtual 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>