ansys.sherlock.core.layer.Layer#
- class ansys.sherlock.core.layer.Layer(channel)#
Module containing all the layer management capabilities.
Methods
Layer.add_modeling_region
(project, ...)Add one or more modeling regions to a specific project.
Layer.add_potting_region
(project, ...)Add one or more potting regions to a given project.
Layer.delete_all_ict_fixtures
(project, cca_name)Delete all ICT fixtures for a CCA.
Layer.delete_all_mount_points
(project, cca_name)Delete all mount points for a CCA.
Layer.delete_all_test_points
(project, cca_name)Delete all test points for a CCA.
Layer.export_all_mount_points
(project, ...)Export the mount point properties for a CCA.
Layer.export_all_test_fixtures
(project, ...)Export the test fixture properties for a CCA.
Layer.export_all_test_points
(project, ...[, ...])Export the test point properties for a CCA.
Layer.update_modeling_region
(project, ...)Update one or more modeling regions in a specific project.
Layer.update_mount_points_by_file
(project, ...)Update mount point properties of a CCA from a CSV file.
Layer.update_test_fixtures_by_file
(project, ...)Update test fixture properties of a CCA from a CSV file.
Layer.update_test_points_by_file
(project, ...)Update test point properties of a CCA from a CSV file.