diff options
author | Matthias P. Braendli (think) <matthias@mpb.li> | 2012-09-04 15:18:20 +0200 |
---|---|---|
committer | Matthias P. Braendli (think) <matthias@mpb.li> | 2012-09-04 15:18:20 +0200 |
commit | d02e2ecc13a741fac7d5a0ce65acaa0ecd3a621c (patch) | |
tree | f8fa1162a6943b53dc90b78ced504b4f3b4ecf8d /doc/example.ini | |
parent | c84de18fa8448c76426c60257c7ae8dac72a4039 (diff) | |
download | dabmod-d02e2ecc13a741fac7d5a0ce65acaa0ecd3a621c.tar.gz dabmod-d02e2ecc13a741fac7d5a0ce65acaa0ecd3a621c.tar.bz2 dabmod-d02e2ecc13a741fac7d5a0ce65acaa0ecd3a621c.zip |
crc-dabmod: added clock_config parameters to configuration file
Diffstat (limited to 'doc/example.ini')
-rw-r--r-- | doc/example.ini | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/example.ini b/doc/example.ini index 9e0eb3b..8dc97dc 100644 --- a/doc/example.ini +++ b/doc/example.ini @@ -44,6 +44,20 @@ device=master_clock_rate=32768000,type=b100 frequency=234208000 txgain=0 +; possible values : auto, int, sma, mimo +refclk_source=int + +; possible values : int, sma, mimo +uhdoutput.pps_source=int + +; possible values : pos, neg +uhdoutput.pps_polarity=pos + +; behaviour when external clock reference lock lost +; possible values: ignore, crash +behaviour_refclk_lock_lost=ignore + + ; Used for SFN with the UHD output [delaymanagement] synchronous=0 |