Table of Contents

NeuropixelsV1ProbeConfiguration

Defines a configuration for NeuropixelsV1e.

Properties

Property Type Description
ChannelConfiguration NeuropixelsV1eProbeGroup

Gets or sets the NeuropixelsV1eProbeGroup channel configuration for this probe.

ChannelMap List<NeuropixelsV1Electrode>

Gets the existing channel map listing all currently enabled electrodes.

The channel map will always be 384 channels, and will return the 384 enabled electrodes.

LfpAmplifierGain NeuropixelsV1Gain

Gets or sets the amplifier gain for the LFP-band.

The LFP band is from 0.5 to 500 Hz.

Gain50 = 0
Gain125 = 1
Gain250 = 2
Gain500 = 3
Gain1000 = 4
Gain1500 = 5
Gain2000 = 6
Gain3000 = 7
Reference NeuropixelsV1ReferenceSource

Gets or sets the reference for all electrodes.

All electrodes are set to the same reference, which can be either External or Tip. Setting to External will use the external reference, while Tip sets the reference to the electrode at the tip of the probe.

External = 1
Tip = 2
SpikeAmplifierGain NeuropixelsV1Gain

Gets or sets the amplifier gain for the spike-band.

The spike-band is from DC to 10 kHz if SpikeFilter is set to false, while the spike-band is from 300 Hz to 10 kHz if SpikeFilter is set to true.

Gain50 = 0
Gain125 = 1
Gain250 = 2
Gain500 = 3
Gain1000 = 4
Gain1500 = 5
Gain2000 = 6
Gain3000 = 7
SpikeFilter bool

Gets or sets the state of the spike-band filter.

If set to true, the spike-band has a 300 Hz high-pass filter which will be activated. If set to false, the high-pass filter will not to be activated.