set_hpc_from_file#

Rmxprt.set_hpc_from_file(acf_file: str | Path = None, configuration_name: str = None) bool#

Set custom HPC options from ACF file.

Parameters:
acf_filestr or pathlib.Path, optional

Full path to the custom ACF file. The default is None.

configuration_namestr, optional

Name of the configuration in the ACF file. The default is None.

Returns:
bool

True when successful, False when failed.

Examples

>>> from ansys.aedt.core import Hfss
>>> hfss = Hfss()
>>> hfss.set_hpc_from_file(acf_file="custom_hpc.acf")