SimultaneousRecordingsTable

See also:

Format Specification or Source Specification for SimultaneousRecordingsTable.

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

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

SIMULTANEOUSRECORDINGSTABLE - A table for grouping different intracellular recordings from the IntracellularRecordingsTable table together that were recorded simultaneously from different electrodes.

Required Properties*:

colnames, description, id, recordings, recordings_index

Constructor Summary
SimultaneousRecordingsTable(varargin)

SIMULTANEOUSRECORDINGSTABLE - Constructor for SimultaneousRecordingsTable

Syntax:

simultaneousRecordingsTable = types.core.SIMULTANEOUSRECORDINGSTABLE() creates a SimultaneousRecordingsTable object with unset property values.

simultaneousRecordingsTable = types.core.SIMULTANEOUSRECORDINGSTABLE(Name, Value) creates a SimultaneousRecordingsTable 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.

  • description (char) - Description of what is in this dynamic table.

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

  • recordings (DynamicTableRegion) - A reference to one or more rows in the IntracellularRecordingsTable table.

  • recordings_index (VectorIndex) - Index dataset for the recordings column.

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

Output Arguments:
Property Summary
recordings

REQUIRED (DynamicTableRegion) A reference to one or more rows in the IntracellularRecordingsTable table.

recordings_index

REQUIRED (VectorIndex) Index dataset for the recordings column.

Tip

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