cmd.defineOption("noise","Perform noise scan after Offset tuning",ArgvParser::NoOptionAttribute);
cmd.defineOptionAlternative("noise","n");
cmd.defineOption("antenna","perform latency scan with antenna on UIB [1-4 to select an individual group, 0 for all]",ArgvParser::OptionRequiresValue);
cmd.defineOption("potentiometer","value to program on potentiometer [0x00 - 0x3FF. 1 DAC unit is equivalent to ~ 5 mV and the value at 0 has been measured to be ~-2.4 V]",ArgvParser::OptionRequiresValue);
cmd.defineOption("testPulse","Perform FE equialization using the on-chip calibration pulse [provide amplitude of TP in DAC units]",ArgvParser::OptionRequiresValue);
cmd.defineOptionAlternative("testPulse","t");
cmd.defineOption("reconstruct","Reconstuct signal amplitude using 2D scan [threshold and latency] : pass as an argument the step size in time [up to 1 ns resolution]",ArgvParser::OptionRequiresValue);
cmd.defineOptionAlternative("reconstruct","r");
cmd.defineOption("batch","Run the application in batch mode",ArgvParser::NoOptionAttribute);