group_values_meta_check: Check dimension of time series for binding constraints

View source: R/createBindingConstraint.R

group_values_meta_checkR Documentation

Check dimension of time series for binding constraints

Description

Only needed for study version >= 870

Dimension of groups are compared with meta parameter binding returned by antaresRead::simOptions()

Usage

group_values_meta_check(
  group_value,
  values_data,
  operator_check,
  output_operator,
  opts = antaresRead::simOptions()
)

Arguments

group_value

character name of group

values_data

list values used by the constraint

operator_check

character parameter "operator"

output_operator

character for

opts

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

Value

NULL if it's new group to add or error exceptions with dimension control

An updated list containing various information about the simulation.


antaresEditObject documentation built on April 4, 2025, 4:25 a.m.