Skip to content
Snippets Groups Projects
Commit 59fb6a79 authored by Mattia Mancini's avatar Mattia Mancini
Browse files

OSB-50: turning the antenna off after the script runs.

parent 4409c165
No related branches found
No related tags found
No related merge requests found
......@@ -762,6 +762,7 @@ def batch_produce_xcstatistics(integration_time,
time.sleep(w)
set_mode(0) # SWITCH BACK TO MODE 0 AT THE END
# ----------------------------------MAIN CODE LOGIC
def setup_logging():
......@@ -783,7 +784,7 @@ def init():
def setup_command_argument_parser():
parser = argparse.ArgumentParser(
description="es: python /opt/stationtest/rspctlprobe.py --mode 3 --xcsubband 150:250:50 --xcstatistics --integration 1 --duration 5 --wait 10 --loops 2 --directory /localhome/data")
description="Records the xcstatistics.\n NOTE that is best to use this script with swlevel=2 has it will not interfere with other software running on the station.\nex: python /opt/stationtest/rspctlprobe.py --mode 3 --xcsubband 150:250:50 --xcstatistics --integration 1 --duration 5 --wait 10 --loops 2 --directory /localhome/data")
parser.add_argument('--xcstatistics', action='store_true')
parser.add_argument('--integration', type=int, default=[1], nargs='+')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment