Controller for TaurusLedArray that handles Taurus model data binding.
More...
|
| | __init__ (self, widget) |
| | Initialize the controller.
|
| |
|
| | _updateForeground (self, widget) |
| | Read the Taurus model value and update the LED states.
|
| |
Controller for TaurusLedArray that handles Taurus model data binding.
Reads the Taurus model's value and maps it to the LED states using TaurusBaseController._updateForeground. Supports boolean vectors, integers (converted to bit vectors), and string arrays.
◆ __init__()
| taurus.taurusledarray.TaurusLedArrayController.__init__ |
( |
| self, |
|
|
| widget ) |
Initialize the controller.
- Parameters
-
◆ _updateForeground()
| taurus.taurusledarray.TaurusLedArrayController._updateForeground |
( |
| self, |
|
|
| widget ) |
|
protected |
Read the Taurus model value and update the LED states.
Supports boolean, integer, and string data types. For single values, the value is converted to a bit vector. For arrays, each element maps to an LED state.
- Parameters
-
The documentation for this class was generated from the following file:
- widgets/taurus/src/elt/cut/widgets/taurus/taurusledarray.py