IntracellularElectrodesTable

See also:

Format Specification or Source Specification for IntracellularElectrodesTable.

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

Bases: types.hdmf_common.DynamicTable, types.untyped.GroupClass

INTRACELLULARELECTRODESTABLE - Table for storing intracellular electrode related metadata.

Required Properties*:

colnames, electrode, id

Constructor Summary
IntracellularElectrodesTable(varargin)

INTRACELLULARELECTRODESTABLE - Constructor for IntracellularElectrodesTable

Syntax:

intracellularElectrodesTable = types.core.INTRACELLULARELECTRODESTABLE() creates an IntracellularElectrodesTable object with unset property values.

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

Input Arguments (Name-Value Arguments):
  • colnames (char) - The names of the columns in this table. This should be used to specify an order to the columns.

  • electrode (VectorData) - Column for storing the reference to the intracellular electrode.

  • id (ElementIdentifiers) - Array of unique identifiers for the rows of this dynamic table.

  • meanings_tables (MeaningsTable) - MeaningsTable objects that provide meanings for values in VectorData columns within this DynamicTable. Tables should be named according to the column they provide meanings for with a “_meanings” suffix. e.g., if a VectorData column is named “stimulus_type”, the corresponding MeaningsTable should be named “stimulus_type_meanings”.

  • vectordata (VectorData) - Vector columns, including index columns, of this dynamic table.

Output Arguments:
Property Summary
electrode

REQUIRED (VectorData) Column for storing the reference to the intracellular electrode.

Tip

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