Skip to contents

Antares API OK

This function reads the "selection variables" section of the study's "generaldata.ini" file.

Minimal version required is v8.8.

Usage

getThematicTrimming(opts = simOptions())

Arguments

opts

list of simulation parameters returned by the function setSimulationPath

Value

data.frame with 2 columns :

  • variables : names are displayed according to the study version

  • status_selection : have 2 possible values ("active"; "skip")

Examples

if (FALSE) { # \dontrun{
# Get Thematic trimming of Antares study version >= v8.8
getThematicTrimming()
} # }