Part of reven.api View In Hierarchy
Criterion object to select devices.
Method | __init__ | build a criterion to filter devices. @param device_name: the device name to match. An empty string matches any name. @param subdevice_name: the sub device name to match. An empty string matches any name. |
Method | reven_criterion | |
Method | __repr__ | Undocumented |
Inherited from Criterion:
Method | reven_effect |
build a criterion to filter devices.
Parameters | device_name | the device name to match. An empty string matches any name. |
subdevice_name | the sub device name to match. An empty string matches any name. |