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:
- name
str Name of the dataset to create.
- name
- Returns:
- dataset
memdata.MemDataset The created dataset.
- dataset