PyDMMultiStateIndicator
- class pydm.widgets.byte.PyDMMultiStateIndicator(parent: Optional[QWidget] = None, init_channel=None)[source]
Bases:
QWidget
,PyDMWidget
Widget with 16 available states that are set by the connected channel. Each state represents a different color that can be configured.
- Parameters:
parent (QWidget) – The parent widget for the Label
init_channel (str, optional) – The channel to be used by the widget.
Note
See QWidget Documentation for all inherited properties and methods.