analyze#
- SetupParam.analyze(cores: int = 1, tasks: int = 1, gpus: int = 0, acf_file: str = None, use_auto_settings: bool = True, solve_in_batch: bool = False, machine: str = 'localhost', run_in_thread: bool = False, revert_to_initial_mesh: bool = False, blocking: bool = True) bool#
Solve the active design.
- Parameters:
- cores
int,optional Number of simulation cores. The default is
1.- tasks
int,optional Number of simulation tasks. The default is
1.- gpus
int,optional Number of simulation graphic processing units to use. The default is
0.- acf_file
str,optional Full path to the custom ACF file.
- use_auto_settingsbool,
optional Set
Trueto use automatic settings for HPC. The option is only considered for setups that support automatic settings.- solve_in_batchbool,
optional Whether to solve the project in batch or not. If
Truethe project will be saved, closed, solved and repened.- machine
str,optional Name of the machine if remote. The default is
"localhost".- run_in_threadbool,
optional Whether to submit the batch command as a thread. The default is
False.- revert_to_initial_meshbool,
optional Whether to revert to initial mesh before solving or not. Default is
False.- blockingbool,
optional Whether to block script while analysis is completed or not. It works from AEDT 2023 R2. Default is
True.
- cores
- Returns:
- bool
Truewhen successful,Falsewhen failed.
References
>>> oDesign.Analyze