ifw-daq
3.0.0-pre2
IFW Data Acquisition modules
|
Robot library providing keywords for the daqif.DpmDaqControl and daqif.DpmControl interface. More...
Public Member Functions | |
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) |
Public Attributes | |
mal | |
factory | |
Static Public Attributes | |
string | ROBOT_LIBRARY_SCOPE = "GLOBAL" |
Robot library providing keywords for the daqif.DpmDaqControl and daqif.DpmControl interface.
DaqReply DpmCtl.DpmCtl.dpmctl_abort_daq | ( | self, | |
Clients | clients, | ||
str | daq_id | ||
) |
DaqStatus DpmCtl.DpmCtl.dpmctl_await_error | ( | self, | |
Clients | clients, | ||
str | daq_id, | ||
str | timeout = None |
||
) |
def DpmCtl.DpmCtl.dpmctl_create | ( | self, | |
root_uri, | |||
timeout = None |
|||
) |
List[DaqStatus] DpmCtl.DpmCtl.dpmctl_get_active_daqs | ( | self, | |
Clients | clients | ||
) |
DaqStatus DpmCtl.DpmCtl.dpmctl_get_daq_status | ( | self, | |
Clients | clients, | ||
str | daq_id | ||
) |
StorageStatus DpmCtl.DpmCtl.dpmctl_query_storage_status | ( | self, | |
Clients | clients | ||
) |
DaqReply DpmCtl.DpmCtl.dpmctl_queue_daq | ( | self, | |
Clients | clients, | ||
str | dp_spec | ||
) |