IntracellularResponsesTable

See also:

Format Specification or Source Specification for IntracellularResponsesTable.

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

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

INTRACELLULARRESPONSESTABLE - Table for storing intracellular response related metadata.

Required Properties*:

colnames, id, response

Constructor Summary
IntracellularResponsesTable(varargin)

INTRACELLULARRESPONSESTABLE - Constructor for IntracellularResponsesTable

Syntax:

intracellularResponsesTable = types.core.INTRACELLULARRESPONSESTABLE() creates an IntracellularResponsesTable object with unset property values.

intracellularResponsesTable = types.core.INTRACELLULARRESPONSESTABLE(Name, Value) creates an IntracellularResponsesTable 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.

  • 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”.

  • response (TimeSeriesReferenceVectorData) - Column storing the reference to the recorded response for the recording (rows)

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

Output Arguments:
Property Summary
response

REQUIRED (TimeSeriesReferenceVectorData) Column storing the reference to the recorded response for the recording (rows)

Tip

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