Class WoundFieldSynchronousRotor
Inheritance
System.Object
WoundFieldSynchronousRotor
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.ElectricMachines
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class WoundFieldSynchronousRotor : InteriorPermanentMagnetAndSynchronousReluctanceRotor, IEquatable<APIBase>
Properties
FieldWindingSpecification
Declaration
public override FieldWindingSpecificationBase FieldWindingSpecification { get; }
Property Value
Type | Description |
---|---|
FieldWindingSpecificationBase |
Overrides
FieldWindingSpecifications
Declaration
public ReadOnlyCollection<FieldWindingSpecification> FieldWindingSpecifications { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<FieldWindingSpecification> |
NumberOfFieldWindingRegions
Declaration
public int NumberOfFieldWindingRegions { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PoleDepth
Measurement: ShortLength
Declaration
public double PoleDepth { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PoleTipDepth
Measurement: ShortLength
Declaration
public double PoleTipDepth { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PoleTipRadius
Measurement: ShortLength
Declaration
public Overridable<double> PoleTipRadius { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
PoleTipWidth
Measurement: ShortLength
Declaration
public double PoleTipWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PoleWidth
Measurement: ShortLength
Declaration
public double PoleWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>