export_all_test_fixtures#
- Layer.export_all_test_fixtures(project, cca_name, export_file, units='DEFAULT')#
Export the test fixture properties for a CCA.
- Parameters:
- Return type:
- Returns:
- :
intStatus code of the response. 0 for success.
Examples
>>> from ansys.sherlock.core import launcher >>> sherlock, install_dir = launcher.launch_and_connect(transport_mode="wnua") >>> sherlock.project.import_odb_archive( >>> "ODB++ Tutorial.tgz", >>> True, >>> True, >>> True, >>> True, >>> project="Tutorial Project", >>> cca_name="Card", >>> ) >>> sherlock.layer.export_all_test_fixtures( >>> "Tutorial Project", >>> "Card", >>> "TestFixturesExport.csv", >>> "DEFAULT" >>> )