diff --git a/LCU/StationTest/verify.py b/LCU/StationTest/verify.py index 4f3a5d7bf64880a0360a96b6983e38878139bb42..b8c21ebadcbe2801f07c98b3f9551771427d3eef 100644 --- a/LCU/StationTest/verify.py +++ b/LCU/StationTest/verify.py @@ -68,7 +68,7 @@ verify.add_option('--pps_delay', type='int', dest='pps_delay', verify.add_option('--diag_mode', type='string', dest='diag_mode', help='Diag mode: off, tx, rx, tx_rx, local', default='tx_rx') verify.add_option('--diag_sync', type='int', dest='diag_sync', - help='Diag sync: 0 for pps, > 0 for alt sync interval in s', default=1) + help='Diag sync: 0 for pps, > 0 for alt sync interval in s', default=0) verify.add_option('--diag_data', type='string', dest='diag_data', help='Diag data: lfsr, cntr', default='lfsr') verify.add_option('--rad_lane_mode', type='string', dest='rad_lane_mode',