SequentialRecordingsTable
- See also:
Format Specification or Source Specification for SequentialRecordingsTable.
- class types.core.SequentialRecordingsTable(varargin)[source]
Bases:
types.hdmf_common.DynamicTable,types.untyped.GroupClassSEQUENTIALRECORDINGSTABLE - A table for grouping different sequential recordings from the SimultaneousRecordingsTable table together. This is typically used to group together sequential recordings where a sequence of stimuli of the same type with varying parameters have been presented in a sequence.
- Required Properties*:
colnames,description,id,simultaneous_recordings,simultaneous_recordings_index,stimulus_type
- Constructor Summary
- SequentialRecordingsTable(varargin)
SEQUENTIALRECORDINGSTABLE - Constructor for
SequentialRecordingsTable- Syntax:
sequentialRecordingsTable = types.core.SEQUENTIALRECORDINGSTABLE()creates a SequentialRecordingsTable object with unset property values.sequentialRecordingsTable = types.core.SEQUENTIALRECORDINGSTABLE(Name, Value)creates a SequentialRecordingsTable 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”.simultaneous_recordings (
DynamicTableRegion) - A reference to one or more rows in the SimultaneousRecordingsTable table.simultaneous_recordings_index (
VectorIndex) - Index dataset for the simultaneous_recordings column.stimulus_type (
VectorData) - The type of stimulus used for the sequential recording.vectordata (
VectorData) - Vector columns, including index columns, of this dynamic table.
- Output Arguments:
sequentialRecordingsTable (
types.core.SequentialRecordingsTable) - ASequentialRecordingsTableobject
- Property Summary
- simultaneous_recordings
REQUIRED (
DynamicTableRegion) A reference to one or more rows in the SimultaneousRecordingsTable table.
- simultaneous_recordings_index
REQUIRED (
VectorIndex) Index dataset for the simultaneous_recordings column.
- stimulus_type
REQUIRED (
VectorData) The type of stimulus used for the sequential recording.
Tip
* If a required property link is not functional, the property may be defined in a superclass. Please refer to the superclass documentation.