SimpleMultiContainer
- See also:
Format Specification or Source Specification for SimpleMultiContainer.
- class types.hdmf_common.SimpleMultiContainer(varargin)[source]
Bases:
types.hdmf_common.Container,types.untyped.GroupClassSIMPLEMULTICONTAINER - 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 aSimpleMultiContainerobject with unset property values.simpleMultiContainer = types.hdmf_common.SIMPLEMULTICONTAINER(Name, Value)creates aSimpleMultiContainerobject where one or more property values are specified using name-value pairs.- Input Arguments (Name-Value Arguments):
container (
Container) - Container objects held within thisSimpleMultiContainer.data (
Data) - Data objects held within thisSimpleMultiContainer.
- Output Arguments:
simpleMultiContainer (
types.hdmf_common.SimpleMultiContainer) - ASimpleMultiContainerobject
- 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.