Function convertCommutationAngleOffsetToElectricalDegrees
convertCommutationAngleOffsetToElectricalDegrees(value: number): number
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.
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)