IntracellularStimuliTable
- See also:
Format Specification or Source Specification for IntracellularStimuliTable.
- class types.core.IntracellularStimuliTable(varargin)[source]
Bases:
types.hdmf_common.DynamicTable,types.untyped.GroupClassINTRACELLULARSTIMULITABLE - Table for storing intracellular stimulus related metadata.
- Constructor Summary
- IntracellularStimuliTable(varargin)
INTRACELLULARSTIMULITABLE - Constructor for
IntracellularStimuliTable- Syntax:
intracellularStimuliTable = types.core.INTRACELLULARSTIMULITABLE()creates an IntracellularStimuliTable object with unset property values.intracellularStimuliTable = types.core.INTRACELLULARSTIMULITABLE(Name, Value)creates an IntracellularStimuliTable 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”.stimulus (
TimeSeriesReferenceVectorData) - Column storing the reference to the recorded stimulus for the recording (rows).stimulus_template (
TimeSeriesReferenceVectorData) - Column storing the reference to the stimulus template for the recording (rows).vectordata (
VectorData) - Vector columns, including index columns, of this dynamic table.
- Output Arguments:
intracellularStimuliTable (
types.core.IntracellularStimuliTable) - AnIntracellularStimuliTableobject
- Property Summary
- stimulus
REQUIRED (
TimeSeriesReferenceVectorData) Column storing the reference to the recordedstimulusfor the recording (rows).
- stimulus_template
(
TimeSeriesReferenceVectorData) Column storing the reference to the stimulus template 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.