Package Products :: Package ZenModel :: Package browser :: Module DeviceList :: Class DeviceBatch
[hide private]
[frames] | no frames]

Class DeviceBatch

source code

Five.browser.BrowserView --+
                           |
                          DeviceBatch

Given various criteria, figure out what devices are relevant and execute the action specified.

Instance Methods [hide private]
 
__call__(self, *args, **kwargs) source code
 
id(self)
This can appear in the acquisition chain, and ZenModelBase.getDmd needs an id attribute.
source code
 
_setDeviceBatchProps(self, method='', extraarg=None, selectstatus='none', goodevids=[], badevids=[], offset=0, count=50, filter='', orderby='titleOrId', orderdir='asc', **kwargs) source code
 
_getDeviceBatch(self, selectstatus='none', goodevids=[], badevids=[], offset=0, count=50, filter='', orderby='titleOrId', orderdir='asc') source code
Method Details [hide private]

__call__(self, *args, **kwargs)
(Call operator)

source code 
Decorators:
  • @formreq

id(self)

source code 

This can appear in the acquisition chain, and ZenModelBase.getDmd needs an id attribute.

Decorators:
  • @property