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: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -226,6 +226,17 @@ It extends the `SCA_SEQUENCE` to add the following functionality:
226
226
* DIM input `0xf00d\n0x0000f00d, 0x0000beef\n0x0000f00d`
227
227
* DIM output `0xcafe\n0\n0xbeef\n`
228
228
229
+
##### RESET_CARD
230
+
* Parameters:
231
+
* empty
232
+
233
+
* Returns:
234
+
* empty
235
+
236
+
* Example:
237
+
* DIM input ``
238
+
* DIM output ``
239
+
229
240
## Slow Control library
230
241
ALF can also be used as a C++ library to access the Slow Control interface of the CRU. The three available interfaces (IC, SCA & SWT) can be accessed through single operations, or sequences of operations.
0 commit comments