Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: daqstate command line help

...

Code Block
languagetext
themeDJango
$ 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

...