This documentation supports the latest PCIe host firmware, the latest OpenEphys.Onix1 package, and Bonsai 2.9+.

Table of Contents
TIP

This is a Device configuration operator. Device Group configuration operators are recommended instead of Device configuration operators for interfacing with Open Ephys Onix hardware.

ConfigureNeuropixelsV1e

sink Operator

Configures a NeuropixelsV1 device attached to an ONIX NeuropixelsV1e headstage

This configuration operator can be linked to a data IO operator, such as NeuropixelsV1eData, using a shared DeviceName.

ConfigureNeuropixelsV1e Workflow

Inputs & Outputs

Configures a NeuropixelsV1e device.

This will schedule configuration actions to be applied by a StartAcquisition node prior to data acquisition.

A sequence of ContextTask that holds all configuration actions.

right-arrow
representation of a sink operator
right-arrow

The original sequence with the side effect of an additional configuration action to configure a NeuropixelsV1e device.

Properties

Property Type Description
Enable bool

Gets or sets the device enable state.

If set to true, NeuropixelsV1eData will produce data. If set to false, NeuropixelsV1eData will not produce data.

EnableLed bool

Gets or sets the LED enable state.

If true, the headstage LED will turn on during data acquisition. If false, the LED will not turn on.

ProbeConfiguration NeuropixelsV1ProbeConfiguration

Gets or sets the probe configuration.

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.

DeviceAddress uint

Gets or sets the device address.

This is a fully-qualified numerical hardware address of a device within the device table produced by an ONI-compliant acquisition system. 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 hardware communication.

DeviceType Type

Gets or sets the device identity.

This type provides a device identity to each device within the device table produced by an ONI-compliant acquisition system.