parametrize_trace_width#

EdbLayout.parametrize_trace_width(nets_name, layers_name=None, parameter_name='trace_width', variable_value=None)[source]#

Parametrize a Trace on specific layer or all stackup.

Parameters:
nets_namestr, list

name of the net or list of nets to parametrize.

layers_namestr, optional

name of the layer or list of layers to which the net to parametrize has to be included.

parameter_namestr, optional

name of the parameter to create.

variable_valuestr, float, optional

value with units of parameter to create. If None, the first trace width of Net will be used as parameter value.

Returns:
bool