list_ccas#
- Project.list_ccas(project, cca_names=None)#
Get a list of CCAs and subassembly CCAs assigned to each CCA or requested CCAs.
- Parameters:
project (str) – Name of the Sherlock project to provide strain maps for.
cca_name (List of str, optional) – List of CCA names. The default is
None, in which case all CCAs in the project are returned.
Examples
>>> from ansys.sherlock.core.launcher import launch_sherlock >>> sherlock = launch_sherlock() >>> ccas = project.list_ccas("AssemblyTutorial",["Main Board"])