Skip to content

Commit 66577fb

Browse files
authored
Add Device model_name and serial_number
1 parent 1e27ed2 commit 66577fb

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

core/nwb.device.yaml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,17 @@ groups:
1010
required: false
1111
- name: manufacturer
1212
dtype: text
13-
doc: The name of the manufacturer of the device.
13+
doc: The name of the manufacturer of the device, e.g., Imec, Plexon, Thorlabs.
1414
required: false
1515
- name: model_number
1616
dtype: text
17-
doc: The model number of the device.
17+
doc: The model number (or part/product number) of the device, e.g., PRB_1_4_0480_1, PLX-VP-32-15SE(75)-(260-80)(460-10)-300-(1)CON/32m-V, BERGAMO.
1818
required: false
19+
- name: model_name
20+
dtype: text
21+
doc: The model name of the device, e.g., Neuropixels 1.0, V-Probe, Bergamo III.
22+
required: false
23+
- name: serial_number
24+
dtype: text
25+
doc: The serial number of the device.
26+
required: false

0 commit comments

Comments
 (0)