2023-08-25 07:22:47 +00:00
|
|
|
name: core.nwb.device
|
|
|
|
id: core.nwb.device
|
|
|
|
imports:
|
|
|
|
- core.nwb.base
|
|
|
|
- nwb.language
|
2023-08-29 05:16:58 +00:00
|
|
|
- core.nwb.device.include
|
|
|
|
- core.nwb.device
|
2023-08-25 07:22:47 +00:00
|
|
|
default_prefix: core.nwb.device/
|
|
|
|
classes:
|
|
|
|
Device:
|
|
|
|
name: Device
|
|
|
|
description: Metadata about a data acquisition device, e.g., recording system,
|
|
|
|
electrode, microscope.
|
|
|
|
is_a: NWBContainer
|
|
|
|
attributes:
|
|
|
|
description:
|
|
|
|
name: description
|
|
|
|
description: Description of the device (e.g., model, firmware version, processing
|
|
|
|
software version, etc.) as free-form text.
|
|
|
|
range: text
|
|
|
|
manufacturer:
|
|
|
|
name: manufacturer
|
|
|
|
description: The name of the manufacturer of the device.
|
|
|
|
range: text
|