load_parameters

ProjectIoInterface.load_parameters(file_name: str) Parameters[source]

Create a Parameters instance from the specs defined in a file.

NOT IMPLEMENTED

Parameters:

file_name (str) – File containing the parameter specs.

Returns:

Parameters instance created from the file.

Return type:

Parameters