daqstate Command Line Help

$ daqstate -h
usage: daqstate [-h] [-p {0,1,2,3,4,5,6,7}] [-C COLLECT_HOST] [-t TIMEOUT]
                [--state {reset,unallocated,allocated,connected,paused,running} | --transition {plat,alloc,dealloc,connect,disconnect,configure,unconfigure,beginrecord,endrecord,enable,disable,configupdate,reset} | --monitor]
optional arguments:
  -h, --help            show this help message and exit
  -p {0,1,2,3,4,5,6,7}  platform (default 0)
  -C COLLECT_HOST       collection host (default localhost)
  -t TIMEOUT            timeout msec (default 10000)
  --state {reset,unallocated,allocated,connected,paused,running}
  --transition {plat,alloc,dealloc,connect,disconnect,configure,unconfigure,beginrecord,endrecord,enable,disable,configupdate,reset}
  --monitor

collection Command Line Help

$ collection -h
usage: collection [-h] [-p {0,1,2,3,4,5,6,7}] [-a] [-v]
optional arguments:
  -h, --help            show this help message and exit
  -p {0,1,2,3,4,5,6,7}  platform (default 0)
  -a                    autoconnect
  -v                    be verbose

Getting the Current State with daqstate

$ daqstate -p6
reset

Sending plat / alloc / connect Transitions with Three Calls to daqstate --transition

Sending plat / alloc / connect Transitions with One Call to daqstate --state

  • No labels