pynwb.device module

class pynwb.device.Device(name, description=None, manufacturer=None)[source]

Bases: NWBContainer

Metadata about a data acquisition device, e.g., recording system, electrode, microscope.

Parameters:
  • name (str) – the name of this device

  • description (str) – Description of the device (e.g., model, firmware version, processing software version, etc.)

  • manufacturer (str) – the name of the manufacturer of this device

property description

Description of the device (e.g., model, firmware version, processing software version, etc.)

property manufacturer

the name of the manufacturer of this device

namespace = 'core'
neurodata_type = 'Device'