propertiesLinkOptions {antaresEditObject} | R Documentation |
Properties for creating a link
propertiesLinkOptions(
hurdles_cost = FALSE,
transmission_capacities = "enabled",
asset_type = "ac",
display_comments = TRUE,
filter_synthesis = c("hourly", "daily", "weekly", "monthly", "annual"),
filter_year_by_year = c("hourly", "daily", "weekly", "monthly", "annual")
)
hurdles_cost |
Logical, which is used to state whether (linear) transmission fees should be taken into account or not in economy and adequacy simulations |
transmission_capacities |
Character, one of |
asset_type |
Character, one of |
display_comments |
Logical |
filter_synthesis |
Output synthesis |
filter_year_by_year |
Output year-by-year |
A named list
## Not run:
propertiesLinkOptions()
## End(Not run)