valid_property

MonitorControl.valid_property(keylist, ptype, abort=True)

All entries must have a substr matching an entry in the signal property list.

The property code must appear first in the key, followed by a dash (minus).

:param keylist : list of keys to be tested :type keylist : list of str

:param ptype : key for signal_property dict :type ptype : str

:param abort : raise Exception on failure :type abort : bool

Returns

a dict with properties for each key or an empty dict