NWBData

See also:

Format Specification or Source Specification for NWBData.

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

Bases: types.hdmf_common.Data, types.untyped.DatasetClass

NWBDATA - An abstract data type for a dataset.

Required Properties*:

data

Constructor Summary
NWBData(varargin)

NWBDATA - Constructor for NWBData

Syntax:

nwbData = types.core.NWBDATA() creates an NWBData object with unset property values.

nwbData = types.core.NWBDATA(Name, Value) creates an NWBData 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 (NWBData)

Output Arguments:

Tip

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