NWBContainer

See also:

Format Specification or Source Specification for NWBContainer.

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

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

NWBCONTAINER - An abstract data type for a generic container storing collections of data and metadata. Base type for all data and metadata containers.

Required Properties*:

None

Constructor Summary
NWBContainer(varargin)

NWBCONTAINER - Constructor for NWBContainer

Syntax:

nwbContainer = types.core.NWBCONTAINER() creates an NWBContainer object with unset property values.

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.