Table of Contents

Class NeuropixelsV2eBetaDataFrame

Namespace
OpenEphys.Onix
Assembly
OpenEphys.Onix.dll
public class NeuropixelsV2eBetaDataFrame
Inheritance
NeuropixelsV2eBetaDataFrame
Inherited Members

Constructors

NeuropixelsV2eBetaDataFrame(ulong[], ulong[], Mat, int[])

public NeuropixelsV2eBetaDataFrame(ulong[] clock, ulong[] hubClock, Mat amplifierData, int[] frameCounter)

Parameters

clock ulong[]
hubClock ulong[]
amplifierData Mat
frameCounter int[]

Properties

AmplifierData

public Mat AmplifierData { get; }

Property Value

Mat

Clock

public ulong[] Clock { get; }

Property Value

ulong[]

FrameCounter

public int[] FrameCounter { get; }

Property Value

int[]

HubClock

public ulong[] HubClock { get; }

Property Value

ulong[]