Edit a link between two areas in an Antares study.
editLink(
from,
to,
hurdles_cost = NULL,
transmission_capacities = NULL,
asset_type = NULL,
display_comments = NULL,
filter_synthesis = NULL,
filter_year_by_year = NULL,
dataLink = NULL,
tsLink = NULL,
opts = antaresRead::simOptions()
)
The two areas linked together.
Logical, which is used to state whether (linear) transmission fees should be taken into account or not in economy and adequacy simulations
Character, one of enabled
, ignore
or infinite
, which is used to state whether
the capacities to consider are those indicated in 8760-hour arrays or
if zero or infinite values should be used instead (actual values / set to zero / set to infinite)
Character, one of ac
, dc
, gas
, virt
or other
. Used to
state whether the link is either an AC component (subject to Kirchhoff’s laws), a DC component,
or another type of asset.
Logical, display comments or not.
Character, vector of time steps used in the output synthesis, among hourly
, daily
, weekly
, monthly
, and annual
Character, vector of time steps used in the output year-by-year, among hourly
, daily
, weekly
, monthly
, and annual
See Details section below.
Transmission capacities time series. First N columns are direct TS, following N are indirect ones.
List of simulation parameters returned by the function
antaresRead::setSimulationPath()
An updated list containing various information about the simulation.
See createLink()
for more documentation