cts5_readIni | R Documentation |
read CTS5 _apmt.ini file and store the information into a list
cts5_readIni(
inifilename = "",
floatname = "",
CycleNumber,
PatternNumber = 1,
OnlyFilename = F
)
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 |
#' if the inifilename is not provided, the inifile which describe the profile CycleNumber,PatternNumber will be open
list containing the information or, if OnlyFilename==True, the filename.
IniParam<-cts5_readIni("3e82_046_02_apmt.ini")
IniParam<-cts5_readIni(floatname="3e82",CycleNumber=46,PatternNumber=2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.