cts5_readMetaSensor: read CTS5 Metadata file.

View source: R/CTS5_USEA_technical.R

cts5_readMetaSensorR Documentation

read CTS5 Metadata file.

Description

read CTS5 xml files with float and sensors meta data

Usage

cts5_readMetaSensor(
  floatname = "",
  CycleNumber = NULL,
  PatternNumber = NULL,
  filename = NULL
)

Arguments

floatname

hexa name of the float or .* to select all float name. If "" the floatname of the last file transmitted will be used

CycleNumber

numeric : number of the cycle to decode. If NA, the last file is decoded

PatternNumber

numeric : number of the Pattern to decode. If NA, the last file is decoded

filename

if not null, used as meta file filename

Value

list containing the Meta data

Examples


Meta<-cts5_readMetaSensor(floatname="ffff",CycleNumber=118)

Meta<-cts5_readMetaSensor()


EdLeymarie/USEA_R documentation built on July 16, 2025, 1 p.m.