GetRegUserDataSourcesFromH5: Lists all registered user datasets available in the data...

View source: R/RcppExports.R

GetRegUserDataSourcesFromH5R Documentation

Lists all registered user datasets available in the data file.

Description

GetRegUserDataSourcesFromH5 lists all registered user data sets available in the data file. Registered data sources can originate from data source plugins, TofDaq recorder (e.g. DAQ temperatures) or data registered through RegisterUserData... functions.

Usage

GetRegUserDataSourcesFromH5(Filename)

Arguments

Filename

Path/filename of the HDF5 file.

Value

A list containing the location, the length, whether is has a description and the type of the data source dataset. type 1: data source values are written to disk for every write, type 2: data source values are written to disk for every buf.

Examples

## Not run: 
GetRegUserDataSourcesFromH5("path/to/file.h5")

## End(Not run)

pasturm/TofDaqR documentation built on March 29, 2024, 12:10 a.m.