iode.Scalars.copy_from
- Scalars.copy_from(input_files: str | List[str], names: str | List[str] = '*')[source]
Copy (a subset of) scalars from the input file(s) ‘input_files’ into the current database.
- Parameters:
- input_file: str or list(str)
file(s) from which the copied scalars are read.
- names: str or list(str)
list of scalars to copy from the input file(s). Defaults to load all scalars from the input file(s).