ansys.sherlock.core.stackup.Stackup#
- class ansys.sherlock.core.stackup.Stackup(channel, server_version)#
- Contains all stackup management capabilities. - Methods - Stackup.gen_stackup(project, cca_name, ...)- Generate a new stackup from given properties. - Stackup.get_layer_count(project, cca_name)- Get the number of CCA layers in a stackup. - Stackup.get_stackup_props(project, cca_name)- Get the stackup properties from a CCA. - Return the total conductor thickness. - Stackup.list_conductor_layers(project)- List CCA conductor layers. - Stackup.list_laminate_layers(project)- List all laminate layers and their properties. - Stackup.update_conductor_layer(project, ...)- Update a conductor layer with given properties. - Stackup.update_laminate_layer(project, ...)- Update a laminate layer with given properties. 
 
    