diff --git a/LCU/StationTest/rspctlprobe.py b/LCU/StationTest/rspctlprobe.py
index a240fa9d0a2e3b99ee2645a5b3f69e3597a85d12..846c6bbf9fb7790e727c05cb942cf1894d31ad37 100755
--- a/LCU/StationTest/rspctlprobe.py
+++ b/LCU/StationTest/rspctlprobe.py
@@ -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='+')