ControlFileVia#

class pyedb.grpc.database.control_file.ControlFileVia(name: str, properties: Dict[str, Any])#

Bases: ControlFileLayer

Represents a via layer in the control file.

Parameters:
namestr

Via name.

propertiesdict

Via properties dictionary.

Overview#

Import detail#

from pyedb.grpc.database.control_file import ControlFileVia

Attribute detail#

ControlFileVia.create_via_group: bool = False#
ControlFileVia.check_containment: bool = True#
ControlFileVia.method: str = 'proximity'#
ControlFileVia.persistent: bool = False#
ControlFileVia.tolerance: str = '1um'#
ControlFileVia.snap_via_groups: bool = False#
ControlFileVia.snap_method: str = 'areaFactor'#
ControlFileVia.remove_unconnected: bool = True#
ControlFileVia.snap_tolerance: int = 3#