types.core.SequentialRecordingsTable - MATLAB File Help
types.core.SequentialRecordingsTable
  SequentialRecordingsTable 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.
Class Details
Superclasses types.hdmf_common.DynamicTable, types.untyped.GroupClass
Sealed false
Construct on load false
Constructor Summary
SequentialRecordingsTable Constructor for SequentialRecordingsTable 
Property Summary
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 REQUIRED (ElementIdentifiers) Array of unique identifiers for the rows of this dynamic table. 
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. 
vectordata (VectorData) Vector columns, including index columns, of this dynamic table. 
Method Summary
  addColumn  
  addRow  
  addlistener Add listener for event. 
  clear  
  delete Delete a handle object. 
  eq == (EQ) Test handle equality. 
  export  
  findobj Find objects matching specified conditions. 
  findprop Find property of MATLAB handle object. 
  ge >= (GE) Greater than or equal relation for handles. 
  getRow  
  gt > (GT) Greater than relation for handles. 
Sealed   isvalid Test handle validity. 
  le <= (LE) Less than or equal relation for handles. 
  listener Add listener for event without binding the listener to the source object. 
  loadAll  
  lt < (LT) Less than relation for handles. 
  ne ~= (NE) Not equal relation for handles. 
  notify Notify listeners of event. 
  toTable  
  validate_colnames  
  validate_description  
  validate_id  
  validate_simultaneous_recordings  
  validate_simultaneous_recordings_index  
  validate_stimulus_type  
  validate_vectordata  
Event Summary