fscaadc version 19031300
Tool to read GBT-SCA ADC input channels and display the readings.
Usage:
 fscaadc [-h|V] [-d <devnr>] [-e <elink>] [-G <lnk>] [-g <group>] [-p <path>] [-c <msk>] [-A]
         [-i <index>] [-n <kohm>] [-r <cnt>] [-t <us>] [-C] [-D] [-E] [-R] [-X] [-Z]
  -h         : Show this help text.
  -V         : Show version.
  -d <devnr> : FLX-device to use (default: 0).
  -e <elink> : E-link number (hex) or use -G/g/p options.
  -G <lnk>   : GBT-link number (default: 0).
  -g <group> : Group number (default matches GBT EC 'group' = 7).
  -p <path>  : E-path number (default matches GBT EC 'path' = 7).
  -A         : Use SCA-V1 ADC commands (default: SCA-V2 ADC).
  -c <mask>  : Enable current sources on the ADC inputs in bitmask <mask>
               (disabled again afterwards).
  -i <index> : Conversion of ADC input <index> only (default: all 32 inputs consecutively).
  -n <kohm>  : NTC reference resistance value in KOhm;
               for ADC inputs with current source enabled (option -c)
               a temperature in Celcius is now calculated assuming they have such NTCs connected.
  -r <cnt>   : Number of times to convert ADC input or inputs (default: 1).
  -t <us>    : Microseconds between ADC conversions (default: 200).
  -C         : Send GBT-SCA connect (HDLC control).
  -R         : Send GBT-SCA reset (HDLC control).
  -D         : Disable GBT-SCA ADC after operation (default: leave enabled)
  -E         : Do *not* enable GBT-SCA ADC at start of operation, assume it already is.
  -X         : Use continuous-mode DMA for upload (default: single-shot).
  -Z         : Do not receive and display the GBT-SCA replies.
