This package contains a collection of taurus Qt widgets representing various panels like forms or panels to be inserted in dialogs
Classes
Functions
The idea of this function is to be used as a decorator on any method you which to protect against exceptions. The handle of the exception is to display a TaurusMessageBox with the exception information. Example:
@protectTaurusMessgeBox
def turnBeamOn(device_name):
d = taurus.Device(device_name)
d.TurnOn()