Table of Contents

NeuropixelsV2eData

source Operator

Produces a sequence of NeuropixelsV2eDataFrame objects from a NeuropixelsV2e headstage.

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

NeuropixelsV2eData Workflow

Inputs & Outputs

Generates a sequence of NeuropixelsV2eDataFrames.

representation of a source operator
right-arrow

A sequence of NeuropixelsV2eDataFrames.

Properties

Property Type Description
BufferSize int

Gets or sets the buffer size.

This property determines the number of samples that are collected from each of the 384 ephys channels before data is propagated. For instance, if this value is set to 30, then 384x30 samples, along with 30 corresponding clock values, will be collected and packed into each NeuropixelsV2eDataFrame. Because channels are sampled at 30 kHz, this is equivalent to 1 millisecond of data from each channel.

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.

ProbeIndex NeuropixelsV2Probe

Gets or sets the probe index.

ProbeA = 0
ProbeB = 1