ScratchData
- See also:
Format Specification or Source Specification for ScratchData.
- class types.core.ScratchData(varargin)[source]
Bases:
types.core.NWBData,types.untyped.DatasetClassSCRATCHDATA - Any one-off datasets
- Constructor Summary
- ScratchData(varargin)
SCRATCHDATA - Constructor for
ScratchData- Syntax:
scratchData = types.core.SCRATCHDATA()creates a ScratchData object with unset property values.scratchData = types.core.SCRATCHDATA(Name, Value)creates a ScratchData object where one or more property values are specified using name-value pairs.- Input Arguments (Name-Value Arguments):
data (
any) - Data property for dataset class (ScratchData)notes (
char) - Any notes the user has about the dataset being stored
- Output Arguments:
scratchData (
types.core.ScratchData) - AScratchDataobject
- Property Summary
Tip
* If a required property link is not functional, the property may be defined in a superclass. Please refer to the superclass documentation.