reven.api.DeviceCriterion(Criterion) class documentationreven.api
(View In Hierarchy)
Criterion object to select devices.
| Method | __init__ | No summary |
| Method | __repr__ | Undocumented |
| Method | _rvn_criterion |
Inherited from Criterion:
| Method | _rvn_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. | |
| invert_match | Whether to accept or reject objects matching this criterion. |