analyze_all# Desktop.analyze_all(project=None, design=None)[source]# Analyze all setups in a project. Parameters: projectstr, optionalProject name. The default is None, in which case the active project is used. designstr, optionalDesign name. The default is None, in which case all designs in the project are analyzed. Returns: boolTrue when successful, False when failed.