SimpleMultiContainer

See also:

Format Specification or Source Specification for SimpleMultiContainer.

class types.hdmf_common.SimpleMultiContainer(varargin)[source]

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

SIMPLEMULTICONTAINER - A simple Container for holding onto multiple containers.

Required Properties*:

None

Constructor Summary
SimpleMultiContainer(varargin)

SIMPLEMULTICONTAINER - Constructor for SimpleMultiContainer

Syntax:

simpleMultiContainer = types.hdmf_common.SIMPLEMULTICONTAINER() creates a SimpleMultiContainer object with unset property values.

simpleMultiContainer = types.hdmf_common.SIMPLEMULTICONTAINER(Name, Value) creates a SimpleMultiContainer object where one or more property values are specified using name-value pairs.

Input Arguments (Name-Value Arguments):
Output Arguments:
Property Summary
container

(Container) Container objects held within this SimpleMultiContainer.

data

(Data) Data objects held within this SimpleMultiContainer.

Tip

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