cts5_readIni: read CTS5 _apmt.ini file

cts5_readIniR Documentation

read CTS5 _apmt.ini file

Description

read CTS5 _apmt.ini file and store the information into a list

Usage

cts5_readIni(
  inifilename = "",
  floatname = "",
  CycleNumber,
  PatternNumber = 1,
  OnlyFilename = F
)

Arguments

inifilename

filename of the ini file

floatname

hexa name of the float. If "", the floatname will automatically found.

CycleNumber

numeric : number of the cycle to look for

PatternNumber

numeric : number of the Pattern to look for

OnlyFilename

If True, only the filename of the corresponding inifile is returned

Details

#' if the inifilename is not provided, the inifile which describe the profile CycleNumber,PatternNumber will be open

Value

list containing the information or, if OnlyFilename==True, the filename.

Examples


IniParam<-cts5_readIni("3e82_046_02_apmt.ini")

IniParam<-cts5_readIni(floatname="3e82",CycleNumber=46,PatternNumber=2)


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