Function convertCommutationAngleOffsetToElectricalDegrees

  • Converts a commutation angle offset from encoder counts to electrical degrees.

    The input value is assumed to be in the range [0, 4095], representing a full electrical revolution. The result is rounded to the nearest integer degree.

    Returns

    Commutation angle in electrical degrees (0–360)

    Parameters

    • value: number

      Commutation angle offset in encoder counts

    Returns number

Generated using TypeDoc