Bases: taurus.qt.qtgui.container.tauruswidget.TaurusWidget
It will set the attribute filters filters will be like: {device_regexp:[attribute_regexps]} example: {‘.*/VGCT-.*’: [‘ChannelState’,’p[0-9]’]}
It will set the command filters filters will be like: {device_regexp:[command_regexps]} example:
{'.*/IPCT-.*': (
('setmode',('SERIAL','LOCAL','STEP','FIXED','START','PROTECT')),
('onhv1',()), ('offhv1',()), ('onhv2',()), ('offhv2',()),
('sendcommand',())
),}
A dictionary like {device_regexp:pixmap_url}