View source: R/updateAdequacySettings.R
updateAdequacySettings | R Documentation |
Update adequacy parameters of an Antares study
updateAdequacySettings( include_adq_patch = NULL, set_to_null_ntc_from_physical_out_to_physical_in_for_first_step = NULL, set_to_null_ntc_between_physical_out_for_first_step = NULL, opts = antaresRead::simOptions() )
include_adq_patch |
Logical. If TRUE, will run Adequacy Patch |
set_to_null_ntc_from_physical_out_to_physical_in_for_first_step |
Logical. default to TRUE |
set_to_null_ntc_between_physical_out_for_first_step |
Logical. default to TRUE |
opts |
List of simulation parameters returned by the function
|
An updated list containing various information about the simulation.
## Not run: updateAdequacySettings( include_adq_patch = TRUE, set_to_null_ntc_from_physical_out_to_physical_in_for_first_step = TRUE, set_to_null_ntc_between_physical_out_for_first_step = TRUE ) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.