Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: cosmetics

...

Code Block
languagetext
titleOnline help: selectPlatform -h
collapsetrue
$ selectPlatform -h
usage: selectPlatform [-h] [-p PLATFORM] [-C COLLECT_HOST] [-t TIMEOUT]
                      [-R READOUT_GROUP] [-s SELECT] [--select-all]
                      [-u UNSELECT]

optional arguments:
  -h, --help        show this help message and exit
  -p PLATFORM       platform (default 0)
  -C COLLECT_HOST   collection host (default localhost)
  -t TIMEOUT        timeout msec (default 2000)
  -R READOUT_GROUP  readout group (0-7, default platform)
  -s SELECT         select one alias (may be repeated)
  --select-all      select all
  -u UNSELECT       unselect one alias (may be repeated)

For multisegment detector, specify drp alias without _N suffix.

...