argopy.ArgoFloat.config.for_cycles# ArgoFloat.config.for_cycles(param: str, cycle_numbers: int | list[int]) → int | float | str | bool | list[int | float | str | bool]# Retrieve a configuration parameter for cycle number(s) Parameters: param (str) – Name of the configuration parameter to retrieve. Can be any string from Argofloat.config.parameters. cycle_numbers (int | list[int]) – Cycle number(s) to retrieve parameter for. Returns: One or a list of configuration parameter values. Return type: int | float | str | bool | list[int | float | str | bool]