cts5_create_command: create a _command.txt files by comparing inifiles

cts5_create_commandR Documentation

create a _command.txt files by comparing inifiles

Description

create a _command.txt files by comparing newini and oldini files

Usage

cts5_create_command(
  newini = "apmt_update.ini",
  oldini = "",
  sections = c("PATTERN", "SENSOR"),
  output = "_command.txt"
)

Arguments

newini

filename of the new ini file

oldini

filename of the old ini file. Used the latest ini file if equal to ""

sections

section scanned to create command

output

name of the command file

Details

CTS5_create_command compare the two ini files only for sections given in the section parameter. Difference in other sections are ignored.

Value

vector of command and _command.txt file

Examples


cts5_create_command("apmt_update.ini",output = "_command.txt")

cts5_create_command(newini="apmt_uvp6_standard.ini",sections=c("SENSOR_08","SENSOR_09","SENSOR_10"))


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