ExperimentalConditionsTable

See also:

Format Specification or Source Specification for ExperimentalConditionsTable.

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

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

EXPERIMENTALCONDITIONSTABLE - A table for grouping different intracellular recording repetitions together that belong to the same experimental condition.

Required Properties*:

colnames, description, id, repetitions, repetitions_index

Constructor Summary
ExperimentalConditionsTable(varargin)

EXPERIMENTALCONDITIONSTABLE - Constructor for ExperimentalConditionsTable

Syntax:

experimentalConditionsTable = types.core.EXPERIMENTALCONDITIONSTABLE() creates an ExperimentalConditionsTable object with unset property values.

experimentalConditionsTable = types.core.EXPERIMENTALCONDITIONSTABLE(Name, Value) creates an ExperimentalConditionsTable 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”.

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

  • repetitions_index (VectorIndex) - Index dataset for the repetitions column.

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

Output Arguments:
Property Summary
repetitions

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

repetitions_index

REQUIRED (VectorIndex) Index dataset for the repetitions column.

Tip

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