set_hpc_from_file#
- Maxwell3d.set_hpc_from_file(acf_file: str | Path = None, configuration_name: str | None = None) bool #
Set custom HPC options from ACF file.
- Parameters:
- acf_file
str
orpathlib.Path
,optional
Full path to the custom ACF file. The default is
None
.- configuration_name
str
,optional
Name of the configuration in the ACF file. The default is
None
.
- acf_file
- Returns:
- bool
True
when successful,False
when failed.