Learn R Programming

antaresEditObject (version 0.3.0)

createDSR: Create a Demand Side Response (DSR)

Description

Create a Demand Side Response (DSR)

Usage

createDSR(
  areasAndDSRParam = NULL,
  spinning = 2,
  overwrite = FALSE,
  opts = antaresRead::simOptions()
)

getCapacityDSR(area = NULL, opts = antaresRead::simOptions())

editDSR( area = NULL, unit = NULL, nominalCapacity = NULL, marginalCost = NULL, spinning = NULL, opts = antaresRead::simOptions() )

Value

createDSR() and editDSR() returns an updated list containing various information about the simulation.

getCapacityDSR() returns DSR capacity (unit * nominalCapacity of virtual cluster) of the area

Arguments

areasAndDSRParam

A data.frame with 4 columns area, unit, nominalCapacity, marginalCost and hour. Hour represent the number of activation hours for the DSR per day.

spinning

DSR spinning

overwrite

Overwrite the DSR plant if already exist. This will overwrite the previous area and links.

opts

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

area

an area where to edit the DSR

unit

DSR unit number

nominalCapacity

DSR nominalCapacity

marginalCost

DSR marginalCost