GetAcquisitionLogFromH5: Reads a single acquisition log entry.

View source: R/RcppExports.R

GetAcquisitionLogFromH5R Documentation

Reads a single acquisition log entry.

Description

GetAcquisitionLogFromH5 reads a single acquisition log entry and returns the timestamp and the log text.

Usage

GetAcquisitionLogFromH5(Filename, index)

Arguments

Filename

Path/filename of the HDF5 file.

index

Index of log entry.

Details

The timestamp is the number of 100-nanosecond intervals since January 1, 1601 (UTC). Use bit64::as.integer64(timestamp) to convert the timestamp string into a 64-bit integer value.

Value

A list containing the timestamp (as a string) and log text.

Examples

## Not run: 
GetAcquisitionLogFromH5("path/to/file.h5", index = )

## End(Not run)

pasturm/TofDaqR documentation built on July 20, 2024, 9:44 a.m.