add_min_line_width#

Rules.add_min_line_width(name: str, value: str, layers: list[str] | None = None) Rules#

Append a minimum-line-width rule.

Parameters:
namestr

Rule identifier

valuestr

Minimum width with unit, e.g. "3.5mil".

layerslist[str], optional

List of layer names to apply the rule to. If None, applies to all signal layers.

Returns:
Rules

Self to enable method chaining.