PyDMLabel

class pydm.widgets.label.PyDMLabel(parent=None, init_channel=None)[source]
class DisplayFormat
value_changed(new_value)[source]

Callback invoked when the Channel value is changed. Sets the value of new_value accordingly at the Label.

Parameters

new_value (str, int, float, bool or np.ndarray) – The new value from the channel. The type depends on the channel.