Skip to content

Commit 764aa37

Browse files
authored
Update Device.model_name doc (#637)
1 parent 56f57c6 commit 764aa37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/nwb.device.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ groups:
2525
- name: model_name
2626
dtype: text
2727
doc: DEPRECATED. The model name of the device, e.g., Neuropixels 1.0, V-Probe, Bergamo III.
28-
Instead of using this field, storing the value in DeviceModel.name and link to that
29-
DeviceModel from this Device.
28+
Instead of using this field, create and add a new DeviceModel named the model name and
29+
link to that DeviceModel from this Device.
3030
required: false
3131
- name: serial_number
3232
dtype: text

0 commit comments

Comments
 (0)