diff options
Diffstat (limited to 'doc')
-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] |