removeBindingConstraint {antaresEditObject} | R Documentation |
Remove a Binding Constraint
removeBindingConstraint(name, opts = antaresRead::simOptions())
name |
Name(s) of the binding constraint(s) to remove. |
opts |
List of simulation parameters returned by the function
|
An updated list containing various information about the simulation.
## Not run:
removeBindingConstraint("mybindingconstraint")
## End(Not run)