IntracellularElectrode

See also:

Format Specification or Source Specification for IntracellularElectrode.

class types.core.IntracellularElectrode(varargin)[source]

Bases: types.core.NWBContainer, types.untyped.GroupClass

INTRACELLULARELECTRODE - An intracellular electrode and its metadata.

Required Properties*:

description, device

Constructor Summary
IntracellularElectrode(varargin)

INTRACELLULARELECTRODE - Constructor for IntracellularElectrode

Syntax:

intracellularElectrode = types.core.INTRACELLULARELECTRODE() creates an IntracellularElectrode object with unset property values.

intracellularElectrode = types.core.INTRACELLULARELECTRODE(Name, Value) creates an IntracellularElectrode object where one or more property values are specified using name-value pairs.

Input Arguments (Name-Value Arguments):
  • cell_id (char) - unique ID of the cell

  • description (char) - Description of electrode (e.g., whole-cell, sharp, etc.).

  • device (Device) - Device that was used to record from this electrode.

  • filtering (char) - Electrode specific filtering.

  • initial_access_resistance (char) - Initial access resistance.

  • location (char) - Location of the electrode. Specify the area, layer, comments on estimation of area/layer, stereotaxic coordinates if in vivo, etc. Use standard atlas names for anatomical regions when possible.

  • resistance (char) - Electrode resistance, in ohms.

  • seal (char) - Information about seal used for recording.

  • slice (char) - Information about slice used for recording.

Output Arguments:
Property Summary
cell_id

(char) unique ID of the cell

description

REQUIRED (char) Description of electrode (e.g., whole-cell, sharp, etc.).

device

REQUIRED (Device) Device that was used to record from this electrode.

filtering

(char) Electrode specific filtering.

initial_access_resistance

(char) Initial access resistance.

location

(char) Location of the electrode. Specify the area, layer, comments on estimation of area/layer, stereotaxic coordinates if in vivo, etc. Use standard atlas names for anatomical regions when possible.

resistance

(char) Electrode resistance, in ohms.

seal

(char) Information about seal used for recording.

slice

(char) Information about slice used for recording.

Tip

* If a required property link is not functional, the property may be defined in a superclass. Please refer to the superclass documentation.