set_hpc_from_file#
- Circuit.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
strorpathlib.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
Truewhen successful,Falsewhen failed.