Learn R Programming

antaresEditObject (version 0.3.0)

updateOutputSettings: Update output parameters of an Antares study

Description

Update output parameters of an Antares study

Usage

updateOutputSettings(
  synthesis = NULL,
  storenewset = NULL,
  archives = NULL,
  opts = antaresRead::simOptions()
)

Value

An updated list containing various information about the simulation.

Arguments

synthesis

Logical. If TRUE, synthetic results will be stored in a directory Study_name/OUTPUT/simu_tag/Economy/mc-all. If FALSE, No general synthesis will be printed out.

storenewset

Logical. See Antares General Reference Guide.

archives

Character vector. Series to archive.

opts

List of simulation parameters returned by the function antaresRead::setSimulationPath

Examples

Run this code
if (FALSE) {

updateOutputSettings(synthesis = TRUE, storenewset = FALSE,
                     archives = c("load", "wind"))

}

Run the code above in your browser using DataLab