IntracellularElectrode
- See also:
Format Specification or Source Specification for IntracellularElectrode.
- class types.core.IntracellularElectrode(varargin)[source]
Bases:
types.core.NWBContainer,types.untyped.GroupClassINTRACELLULARELECTRODE - An intracellular electrode and its metadata.
- Required Properties*:
- 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 celldescription (
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:
intracellularElectrode (
types.core.IntracellularElectrode) - AnIntracellularElectrodeobject
- Property Summary
- cell_id
(
char) unique ID of the cell
- description
REQUIRED (
char) Description of electrode (e.g., whole-cell, sharp, etc.).
- 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) Electroderesistance, in ohms.
Tip
* If a required property link is not functional, the property may be defined in a superclass. Please refer to the superclass documentation.