Version: 13.0

    Show / Hide Table of Contents

    Enum DQAxisConvention

    Namespace: SMT.MastaAPI.ElectricMachines
    Assembly: SMT.MastaAPI.13.0.dll
    Syntax
    [ComVisible(true)]
    [Guid("014fea5d-bad8-3a27-add0-50beba7853b8")]
    [ApiEnumFor("SMT.ElectricMachines.DQAxisConvention, SMT.ElectricMachines")]
    public enum DQAxisConvention

    Fields

    Name Description
    PermanentMagnet

    The D-Axis is in the direction of a positive magnet pole. The Q-Axis is between magnet poles 90 electrical degrees advanced from the D-Axis. The Current Angle is 0 when the current axis is aligned with the Q-Axis.

    SynchronousReluctance

    The D-Axis is in the direction of minimum reluctance. The Q-Axis is in the direction of maximum reluctance, 90 electrical degrees advanced from the D-Axis. The Q-Axis is in the direction of a south magnet pole if the pole contains magnets. The Current Angle is 0 when the current axis is aligned with the D-Axis.

    Back to top