ansys.sherlock.core.stackup.Stackup#

class ansys.sherlock.core.stackup.Stackup(channel)#

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.

Stackup.get_total_conductor_thickness(...)

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.