-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinfo.yaml
More file actions
30 lines (27 loc) · 776 Bytes
/
info.yaml
File metadata and controls
30 lines (27 loc) · 776 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
description: Synchronizes the paradigma with the trigger pulse from MRI scanner
version: 0.1
controls:
-
label: Device name
var: dev
type: line_edit
tooltip: Expecting a valid device name. Leave empty for autodetect.
-
label: Baudrate
var: baudrate
type: line_edit
tooltip: Port's baudrate. Use 57600 for NNL SyncBox.
label: Expected character from the syncbox
var: syncboxResponse
type: line_edit
tooltip: Expecting a character. Use 's' for NNL SyncBox
-
label: Timeout
var: timeout
type: line_edit
tooltip: Expecting a value in milliseconds or 'infinite'
validator: timeout
-
label: |
<small><b>Note:</b> If there are multiple syncbox items in the experiment, the first syncbox item determines the device name</small>
type: text