diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-06-26 14:58:48 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-06-26 14:58:48 +0200 |
commit | 177eb8d875a5513731e8c9b3019ca44d311e55c3 (patch) | |
tree | c88c58f952c4ccb8bc5f2d4eafafc18eb12eb5f3 /doc/example.ini | |
parent | 79274de1247590c7f350d8e6aa1b67f9cc72ab08 (diff) | |
download | dabmod-177eb8d875a5513731e8c9b3019ca44d311e55c3.tar.gz dabmod-177eb8d875a5513731e8c9b3019ca44d311e55c3.tar.bz2 dabmod-177eb8d875a5513731e8c9b3019ca44d311e55c3.zip |
Add TII configuration to ini file
Diffstat (limited to 'doc/example.ini')
-rw-r--r-- | doc/example.ini | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/example.ini b/doc/example.ini index 317d652..d99a966 100644 --- a/doc/example.ini +++ b/doc/example.ini @@ -229,3 +229,9 @@ offset=0.002 ; The previous static vs dynamic offset distinction, and reading the ; modulatoroffset from a file has been removed. +[tii] +; (experimental) +; If these options are set, TII transmission is enabled. +comb = 16 +pattern = 3 + |