ProcessingModule
- See also:
Format Specification or Source Specification for ProcessingModule.
- class types.core.ProcessingModule(varargin)[source]
Bases:
types.core.NWBContainer,types.untyped.GroupClass,matnwb.mixin.HasUnnamedGroupsPROCESSINGMODULE - A collection of processed data.
- Required Properties*:
- Constructor Summary
- ProcessingModule(varargin)
PROCESSINGMODULE - Constructor for
ProcessingModule- Syntax:
processingModule = types.core.PROCESSINGMODULE()creates a ProcessingModule object with unset property values.processingModule = types.core.PROCESSINGMODULE(Name, Value)creates a ProcessingModule object where one or more property values are specified using name-value pairs.- Input Arguments (Name-Value Arguments):
description (
char) - Description of this collection of processed data.dynamictable (
DynamicTable) - Tables stored in this collection.nwbdatainterface (
NWBDataInterface) - Data objects stored in this collection.
- Output Arguments:
processingModule (
types.core.ProcessingModule) - AProcessingModuleobject
- Property Summary
- description
REQUIRED (
char) Description of this collection of processed data.
- dynamictable
(
DynamicTable) Tables stored in this collection.
- nwbdatainterface
(
NWBDataInterface) Data objects stored in this collection.
Tip
* If a required property link is not functional, the property may be defined in a superclass. Please refer to the superclass documentation.