HDF5 I/O#

The cdl.core.gui.h5io module provides the HDF5 file open/save into/from DataLab data model/main window.

class cdl.core.gui.h5io.H5InputOutput(mainwindow: CDLMainWindow)[source]#

Object handling HDF5 file open/save into/from DataLab data model/main window

Parameters:

mainwindow – Main window

save_file(filename: str) None[source]#

Save all signals and images from DataLab model into a HDF5 file

open_file(filename: str, import_all: bool, reset_all: bool) None[source]#

Open HDF5 file

import_files(filenames: list[str], import_all: bool, reset_all: bool) None[source]#

Import HDF5 files

import_dataset_from_file(filename: str, dsetname: str) None[source]#

Import dataset from HDF5 file