create#

static StackupLayer.create(name, layer_type, thickness, elevation, material)#

Create a stackup layer.

Parameters:
namestr

Name of the stackup layer.

layer_typeLayerType

Type of the stackup layer.

thicknessValueLike

Thickness of the stackup layer.

elevationValueLike

Elevation of the stackup layer.

materialstr

Material of the stackup layer.

Returns:
StackupLayer

Stackup layer created.