Table of Contents

NeuropixelsV1eData

source Operator

Produces a sequence of NeuropixelsV1DataFrames from a NeuropixelsV1e headstage.

This data IO operator must be linked to an appropriate configuration, such as a ConfigureNeuropixelsV1e, using a shared DeviceName.

NeuropixelsV1eData Workflow

Inputs & Outputs

Generates a sequence of NeuropixelsV1DataFrame objects.

representation of a source operator
right-arrow

A sequence of NeuropixelsV1DataFrame objects.

Properties

Property Type Description
BufferSize int

Gets or sets the buffer size.

Buffer size sets the number of super frames that are buffered before propagating data. A super frame consists of 384 channels from the spike-band and 32 channels from the LFP band. The buffer size must be a multiple of 12.

DeviceName string

Gets or sets a unique device name.

The device name provides a unique, human-readable identifier that is used to link software elements for configuration, control, and data streaming to hardware. For instance, it can be used to link configuration operators to data IO operators within a workflow. This value is usually not set manually, but is assigned in a MultiDeviceFactory to correspond to a fixed address with a piece of hardware such as a headstage. This address is used for software communication.