Link Search Menu Expand Document

Consumable types

Several types of consumables are available, each with specific fields to describe their characteristics in detail.

Table of contents

  1. Silicon probe design
  2. Optic fiber design
  3. Virus construct
  4. Single wire electrode
  5. Consumable types API access

Silicon probe design

A silicon probe design used for neural recording or stimulation.

FieldDescription
Product idUnique identifier for the product
Probe layoutLayout of the probe (e.g., linear)
Number of channelsTotal number of channels on the probe
Number of shanksNumber of shanks on the probe
Spacing between shanks (μm)Distance between shanks in micrometers
Thickness of shanks (μm)Thickness of the shanks in micrometers
Length of shanks (μm)Length of the shanks in micrometers
Area of electrode sites (μm^2)Area of individual electrode sites in square micrometers
Uniform layoutBoolean indicating if the layout is uniform
Custom designBoolean indicating if it’s a custom design
Vertical spacing between sites (μm)Vertical distance between electrode sites in micrometers

Optic fiber design

An optic fiber design used for optogenetic stimulation or fluorescence detection.

FieldDescription
Product idUnique identifier for the product
Numerical ApertureNumerical aperture of the fiber
Wavelength minimum (nm)Minimum wavelength the fiber can transmit in nanometers
Wavelength maximum (nm)Maximum wavelength the fiber can transmit in nanometers
Fiber typeType of the optical fiber
Core diameter (μm)Diameter of the fiber core in micrometers
Cladding diameter (μm)Diameter of the fiber cladding in micrometers
Coating diameter (μm)Diameter of the fiber coating in micrometers
CoreMaterial of the fiber core
CladdingMaterial of the fiber cladding
CoatingMaterial of the fiber coating

Virus construct

A viral vector used for gene delivery or expression in neuroscience experiments.

FieldDescription
Product idUnique identifier for the product
Virus typeType of virus (e.g., Adenovirus)
CapsidCapsid information
PromoterPromoter used in the construct
GeneGene of interest in the construct
ReporterReporter gene or protein
Other elementAny other relevant genetic elements

Single wire electrode

A single wire electrode used for neural recording or stimulation.

FieldDescription
Product idUnique identifier for the product
MaterialMaterial of the wire electrode
Insulation/CoatingType of insulation or coating on the electrode
Diameter (mm)Diameter of the wire in millimeters
Insulation diameter (mm)Diameter of the insulation in millimeters

Consumable types API access

The API allows for programmable access to Consumable types, enabling you to read, edit, and delete consumable type data through the API. Learn more about the consumable types’ fields and data structure on the Consumable types API page.