Robot library providing keywords for the daqif.DpmDaqControl and daqif.DpmControl interface.
More...
|
def | __init__ (self) |
|
def | dpmctl_create (self, root_uri, timeout=None) |
| Creates RR clientss with a given ReplyTime timeout. More...
|
|
str | dpmctl_exit (self, Clients clients) |
|
StorageStatus | dpmctl_query_storage_status (self, Clients clients) |
|
DaqReply | dpmctl_queue_daq (self, Clients clients, str dp_spec) |
|
DaqReply | dpmctl_abort_daq (self, Clients clients, str daq_id) |
|
DaqStatus | dpmctl_get_daq_status (self, Clients clients, str daq_id) |
|
List[DaqStatus] | dpmctl_get_active_daqs (self, Clients clients) |
|
DaqStatus | dpmctl_await_error (self, Clients clients, str daq_id, str timeout=None) |
|
Robot library providing keywords for the daqif.DpmDaqControl and daqif.DpmControl interface.
Definition at line 61 of file DpmCtl.py.