The control bits above can be accessed in the AMC13 software using the following names:
Name |
Function |
Address/bit |
CONF.TTC.ENABLE_INTERNAL_L1A |
Use internally-generated L1A |
0x1 / 2 |
CONF.DIAG.FAKE_TTC_ENABLE |
Enable TTC loop-back output signal |
0x1 / 8 |
CONF.TTC.T3_TRIG |
Accept triggers from T3 input |
0x1 / 15 |
When CONF.TTC.T3_TRIG is set, CONF.TTC.ENABLE_INTERNAL_L1A must also be set.
To use these features, enable the AMC13 as usual using the 'en' command in AMC13Tool2 (or C++ class equivalent),
then set the desired bits to '1' using AMC13Tool2 commands, e.g.
> en 1-6 t
> wv CONF.TTC.ENABLE_INTERNAL_L1A 1
> wv CONF.TTC.T3_TRIG 1
|