diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-05-03 16:50:33 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-05-03 16:50:33 +0200 |
commit | 4dbd0467ac3dce07c1826f99355e0a9a31cf707d (patch) | |
tree | 1154a0715fc205775671805a84dcdc9f244fea95 /doc/example.ini | |
parent | 0c3111cfdac1a762f9eff815f3c3a67981d46ec5 (diff) | |
download | dabmod-4dbd0467ac3dce07c1826f99355e0a9a31cf707d.tar.gz dabmod-4dbd0467ac3dce07c1826f99355e0a9a31cf707d.tar.bz2 dabmod-4dbd0467ac3dce07c1826f99355e0a9a31cf707d.zip |
gps fix detector: add timeout
Diffstat (limited to 'doc/example.ini')
-rw-r--r-- | doc/example.ini | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/doc/example.ini b/doc/example.ini index ee9d567..1c76766 100644 --- a/doc/example.ini +++ b/doc/example.ini @@ -182,17 +182,24 @@ txgain=2.0 channel=13C ; The reference clock to use. -; possible values : internal, external, MIMO +; possible values : internal, external, MIMO, gpsdo refclk_source=internal ; The reference one pulse-per second to use -; possible values : none, external, MIMO +; possible values : none, external, MIMO, gpsdo pps_source=none ; Behaviour when external clock reference lock lost ; possible values: ignore, crash behaviour_refclk_lock_lost=ignore +; The maximum accepted holdover time for the gpsdo. +; Valid only if the refclk and pps_source are set to gpsdo. +; Units: seconds +; Set to 0 to disable holdover check +; default value: 0 +max_gps_holdover_time=30 + ; section defining ZeroMQ output properties [zmqoutput] |