Skip to content
Snippets Groups Projects
Commit 345e10ec authored by Paolo Baesso's avatar Paolo Baesso
Browse files

Updated parameters to reflect change in frequency vs interval for internal triggers

parent c67a2780
Branches
Tags
No related merge requests found
......@@ -6,38 +6,38 @@
Main_TLU.tex
11
11
6
9
Main_TLU.tex
TeX
135278587 0 -1 4564 -1 1364 75 75 1448 573 0 1 49 340 -1 -1 0 0 43 -1 -1 43 1 0 1364 -1 0 -1 0
ch_TLU_Preparation.tex
TeX
1060859 0 -1 2411 -1 2429 150 150 1523 648 0 1 41 272 -1 -1 0 0 43 -1 -1 43 1 0 2429 -1 0 -1 0
1060859 0 -1 2411 -1 2429 150 150 1523 648 0 1 41 255 -1 -1 0 0 43 -1 -1 43 1 0 2429 -1 0 -1 0
ch_TLU_Hardware.tex
TeX
1060859 0 -1 4713 -1 4713 200 200 1573 698 0 1 537 -204 -1 -1 0 0 41 -1 -1 41 1 0 4713 -1 0 -1 0
1060859 0 -1 4713 -1 4713 200 200 1573 698 0 1 1417 493 -1 -1 0 0 41 -1 -1 41 1 0 4713 -1 0 -1 0
ch_TLU_clock.tex
TeX
1060859 0 -1 914 -1 1896 100 100 1473 598 0 1 809 204 -1 -1 0 0 31 -1 -1 31 1 0 1896 -1 0 -1 0
DUT_signals.tex
TeX
1060859 0 -1 291 -1 313 75 75 1448 573 0 1 385 51 -1 -1 0 0 42 -1 -1 42 1 0 313 -1 0 -1 0
1060859 0 -1 291 -1 313 75 75 1448 573 0 1 105 34 -1 -1 0 0 42 -1 -1 42 1 0 313 -1 0 -1 0
ch_TLU_triggerInputs.tex
TeX
17838075 1 -1 26160 -1 26181 100 100 1473 598 0 1 353 324 -1 -1 0 0 48 -1 -1 48 1 0 26181 -1 0 -1 0
17838075 0 -1 26160 -1 25586 100 100 1473 598 0 1 385 221 -1 -1 0 0 48 -1 -1 48 1 0 25586 -1 0 -1 0
ch_EventBuffer.tex
TeX
269496315 0 -1 2037 -1 2050 125 125 1498 623 0 1 225 306 -1 -1 0 0 44 -1 -1 44 1 0 2050 -1 0 -1 0
1060859 0 -1 2037 -1 2050 125 125 1498 623 0 1 225 697 -1 -1 0 0 44 -1 -1 44 1 0 2050 -1 0 -1 0
ch_TLU_Functions.tex
TeX
1060859 0 -1 1975 -1 3888 0 0 1386 472 0 1 233 340 -1 -1 0 0 39 -1 -1 39 1 0 3888 -1 0 -1 0
1060859 0 -1 1975 -1 3888 0 0 1386 472 0 1 233 561 -1 -1 0 0 39 -1 -1 39 1 0 3888 -1 0 -1 0
ch_TLU_IPBusRegs.tex
TeX
17838075 0 -1 7964 -1 8054 25 25 1411 497 0 1 289 306 -1 -1 0 0 45 -1 -1 45 1 0 8054 -1 0 -1 0
ch_EUDAQParameters.tex
TeX
1060859 1 -1 33 -1 44 175 175 1561 852 0 1 393 0 -1 -1 0 0 45 -1 -1 45 1 0 44 -1 0 -1 0
269496315 0 -1 11640 -1 11916 175 175 1561 852 0 1 441 952 -1 -1 0 0 45 -1 -1 45 1 0 11916 -1 0 -1 0
ch_TLU_Appendix.tex
TeX
1060859 0 -1 189 -1 194 175 175 1548 673 0 1 377 51 -1 -1 0 0 37 -1 -1 37 1 0 194 -1 0 -1 0
......
......@@ -74,5 +74,5 @@ Not all parameters are needed; if one of the parameters is not present in the fi
\item[DUTIgnoreBusy] \verb|[unsigned int, 0xF]| This mask tells the \gls{tlu} to ignore the BUSY signal from a specific device, either in AIDA or EUDET mode. If the device is in AIDA mode, this means that further triggers will be issued while the device is busy. If the device is in EUDET mode, this means that the \gls{tlu} will not pause while they are in the handshake phase. In turn, this means that the device will likely receive events where the trigger number does not increase sequentially by one.
\item[DUTIgnoreShutterVeto] \verb|[unsigned int, 0x1]| Set bit to 1 to tell the \gls{dut} to ignore the shutter signal.
\item[EnableRecordData] \verb|[boolean, true]| if set to 1, enable the data recording in the \gls{tlu}.
\item[InternalTriggerInterval] \verb|[unsigned int, 0]| Defines the rate of the trigger generated internally by the \gls{tlu}: if 0, the internal triggers are disabled. Any other value produces internal triggers with a frequency of 160~MHz/value.
\item[InternalTriggerFreq] \verb|[unsigned int, 0]| Defines the rate of the trigger generated internally by the \gls{tlu}: if 0, the internal triggers are disabled. Any other value activates the internal trigger generator with frequency equal to the parameter. Values above 160~MHz are coerced to 160~MHz.
\end{description}
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment