Table of Contents

NeuropixelsV2eBetaDataFrame

Buffered data from a NeuropixelsV2e device.

Properties

Property Type Description
AmplifierData Mat

Gets the amplifier data array.

FrameCount int[]

Gets the frame count array.

Frame count is a 20-bit counter on the probe that increments its value for every frame produced. The value ranges from 0 to 1048575 (2^20-1), and should always increment by 1 until it wraps around back to 0. This can be used to detect dropped frames.

Clock ulong[]

Gets the buffered array of Clock values.

HubClock ulong[]

Gets the buffered array of HubClock values.