GetBufTimeFromH5: Single buf timestamp from the data file.

View source: R/RcppExports.R

GetBufTimeFromH5R Documentation

Single buf timestamp from the data file.

Description

GetBufTimeFromH5 reads a single buf time stamp from HDF5 file.

Usage

GetBufTimeFromH5(Filename, BufIndex, WriteIndex)

Arguments

Filename

Path/filename of the HDF5 file.

BufIndex

Buf index.

WriteIndex

Write index.

Value

A time stamp (in seconds relative to acquisition start).

Examples

## Not run: 
GetBufTimeFromH5("path/to/file.h5", BufIndex = 0, WriteIndex = 0)

## End(Not run)

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