AbsoluteSensorRange

class phoenix5.sensors.AbsoluteSensorRange(value: int)

Bases: pybind11_object

Enum for how to range the absolute sensor position.

If the Phoenix 5 API must be used for this device, the device must have 22.X firmware. This firmware is available in Tuner X after selecting Phoenix 5 in the firmware year dropdown.

Deprecated:

This device’s Phoenix 5 API is deprecated for removal in the 2025 season. Users should update to Phoenix 6 firmware and migrate to the Phoenix 6 API. A migration guide is available at https://v6.docs.ctr-electronics.com/en/stable/docs/migration/migration-guide/index.html.

Members:

Unsigned_0_to_360 : Express the absolute position as an unsigned value.

E.g. [0,+1) rotations or [0,360) deg.

Signed_PlusMinus180 : Express the absolute position as an signed value.

E.g. [-0.5,+0.5) rotations or [-180,+180) deg.

Signed_PlusMinus180 = <AbsoluteSensorRange.Signed_PlusMinus180: 1>
Unsigned_0_to_360 = <AbsoluteSensorRange.Unsigned_0_to_360: 0>
property name
property value