types.core.IntracellularRecordingsTable - MATLAB File Help
types.core.IntracellularRecordingsTable
  IntracellularRecordingsTable A table to group together a stimulus and response from a single electrode and a single simultaneous recording. Each row in the table represents a single recording consisting typically of a stimulus and a corresponding response. In some cases, however, only a stimulus or a response is recorded as part of an experiment. In this case, both the stimulus and response will point to the same TimeSeries while the idx_start and count of the invalid column will be set to -1, thus, indicating that no values have been recorded for the stimulus or response, respectively. Note, a recording MUST contain at least a stimulus or a response. Typically the stimulus and response are PatchClampSeries. However, the use of AD/DA channels that are not associated to an electrode is also common in intracellular electrophysiology, in which case other TimeSeries may be used.
Class Details
Superclasses types.hdmf_common.AlignedDynamicTable, types.untyped.GroupClass
Sealed false
Construct on load false
Constructor Summary
IntracellularRecordingsTable Constructor for IntracellularRecordingsTable 
Property Summary
categories (char) The names of the categories in this AlignedDynamicTable. Each category is represented by one DynamicTable stored in the parent group. This attribute should be used to specify an order of categories and the category names must match the names of the corresponding DynamicTable in the group. 
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. 
dynamictable (DynamicTable) A DynamicTable representing a particular category for columns in the AlignedDynamicTable parent container. The table MUST be aligned with (i.e., have the same number of rows) as all other DynamicTables stored in the AlignedDynamicTable parent container. The name of the category is given by the name of the DynamicTable and its description by the description attribute of the DynamicTable. 
electrodes REQUIRED (IntracellularElectrodesTable) Table for storing intracellular electrode related metadata. 
id REQUIRED (ElementIdentifiers) Array of unique identifiers for the rows of this dynamic table. 
responses REQUIRED (IntracellularResponsesTable) Table for storing intracellular response related metadata. 
stimuli REQUIRED (IntracellularStimuliTable) Table for storing intracellular stimulus related metadata. 
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_categories  
  validate_colnames  
  validate_description  
  validate_dynamictable  
  validate_electrodes  
  validate_id  
  validate_responses  
  validate_stimuli  
  validate_vectordata  
Event Summary