Skip to content

Commit 6854819

Browse files
committed
improved pattern player parameters doc
1 parent 0e7ccef commit 6854819

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,12 @@ It extends the `SCA_SEQUENCE` to add the following functionality:
183183

184184
see [registers definition](https://gitlab.cern.ch/alice-cru/cru-fw/-/tree/pplayer/TTC#address-table)
185185

186+
If not specified, the parameters are 32-bit integers.
187+
The following parameters are 80-bit integers: pat0, pat1, pat2, pat3.
188+
The following parameters are booleans: execute pat1 at start, execute pat1 now, execute pat2 now. They should be set with string values "true" or "false"
189+
Integer values can be given in hexadecimal string (e.g. 0x1234) or decimal string (e.g. 4660). Exceeding the specified bit-width will raise an error.
190+
191+
186192
* Returns
187193
* empty
188194

0 commit comments

Comments
 (0)