list_ccas#
- Project.list_ccas(project, cca_names=None)#
List CCAs and subassembly CCAs assigned to each CCA or given CCAs.
Available Since: 2023R2
- Parameters:
- Return type:
- Returns:
- :
listCCAs and subassembly CCAs.
Examples
>>> from ansys.sherlock.core import launcher >>> sherlock, install_dir = launcher.launch_and_connect(transport_mode="wnua") >>> ccas = sherlock.project.list_ccas("AssemblyTutorial", ["Main Board"])