Skip to contents

Convert a DAQ file to HDF5 using undaqTools package in Python

Usage

read_daq_and_save_to_hdf5(file_name)

Arguments

file_name

path to the daq file (string)

Value

saves the converted hdf5 file to disk with the same name as the original daq file

Examples

if (FALSE) {
library(reticulate)
use_virtualenv("r-reticulate")
read_daq_and_save_to_hdf5("path/to/daq/file/myfile.daq")
}