You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/configurationParameters.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -213,6 +213,7 @@ The parameters related to 3rd-party libraries are described here for convenience
213
213
| readout | numberOfRuns | int | 1 | In standalone mode, number of runs to execute (ie START/STOP cycles). |
214
214
| readout | rate | double | -1 | Data rate limit, per equipment, in Hertz. -1 for unlimited. |
215
215
| readout | tfRateLimit | double | 0 | When set, the output is limited to a given timeframe rate. |
216
+
| readout | tfRateLimitMode | int | 0 | Defines the source for TF rate limit: 0 = use TF id, 1 = use number of TF. |
216
217
| readout | timeframeServerUrl | string || The address to be used to publish current timeframe, e.g. to be used as reference clock for other readout instances. |
217
218
| readout | timeStart | string || In standalone mode, time at which to execute start. If not set, immediately. |
218
219
| readout | timeStop | string || In standalone mode, time at which to execute stop. If not set, on int/term/quit signal. |
Copy file name to clipboardExpand all lines: doc/releaseNotes.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -575,3 +575,4 @@ This file describes the main feature changes for each readout.exe released versi
575
575
- When running from the command line, the environment variable O2_RUN can be used to set the run number. It is set to 0 by default, i.e. undefined run number.
576
576
- Updated configuration parameters:
577
577
- added readout.numberOfRuns: in standalone mode, number of START/STOP cycles to execute (used for testing).
578
+
- added readout.tfRateLimitMode: can be set to 1 to use number of TF instead of computed TF id. Useful when replaying files with jumps in TF ids.
// configuration parameter: | readout | disableTimeframes | int | 0 | When set, all timeframe related features are disabled (this may supersede other config parameters). |
Copy file name to clipboardExpand all lines: src/readoutConfigEditor.tcl
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -159,6 +159,7 @@ set configurationParametersDescriptor {
159
159
| readout | numberOfRuns | int | 1 | In standalone mode, number of runs to execute (ie START/STOP cycles). |
160
160
| readout | rate | double | -1 | Data rate limit, per equipment, in Hertz. -1 for unlimited. |
161
161
| readout | tfRateLimit | double | 0 | When set, the output is limited to a given timeframe rate. |
162
+
| readout | tfRateLimitMode | int | 0 | Defines the source for TF rate limit: 0 = use TF id, 1 = use number of TF. |
162
163
| readout | timeframeServerUrl | string | | The address to be used to publish current timeframe, e.g. to be used as reference clock for other readout instances. |
163
164
| readout | timeStart | string | | In standalone mode, time at which to execute start. If not set, immediately. |
164
165
| readout | timeStop | string | | In standalone mode, time at which to execute stop. If not set, on int/term/quit signal. |
0 commit comments