add_dataset#

caput.containers.ContainerPrototype.add_dataset(name: str) caput.memdata.MemDataset[source]#

Add a new, empty dataset to the container.

The dataset must be defined in the specification for the container.

Parameters:
namestr

Name of the dataset to create.

Returns:
datasetmemdata.MemDataset

The created dataset.