analyze_all#

Desktop.analyze_all(project=None, design=None)[source]#

Analyze all setups in a project.

Parameters:
projectstr, optional

Project name. The default is None, in which case the active project is used.

designstr, optional

Design name. The default is None, in which case all designs in the project are analyzed.

Returns:
bool

True when successful, False when failed.