load_parameters
- ProjectIoInterface.load_parameters(file_name: str) ParameterGroup[source]
Create a ParameterGroup instance from the specs defined in a file (NOT IMPLEMENTED).
- Parameters
file_name (str) – File containing the parameter specs.
- Returns
ParameterGroup instance created from the file.
- Return type