ControlFileImportOptions#

class pyedb.grpc.database.control_file.ControlFileImportOptions#

Manages import options for the control file.

Overview#

Import detail#

from pyedb.grpc.database.control_file import ControlFileImportOptions

Attribute detail#

ControlFileImportOptions.auto_close: bool = False#
ControlFileImportOptions.convert_closed_wide_lines_to_polys: bool = False#
ControlFileImportOptions.round_to: int = 0#
ControlFileImportOptions.defeature_tolerance: float = 0.0#
ControlFileImportOptions.flatten: bool = True#
ControlFileImportOptions.enable_default_component_values: bool = True#
ControlFileImportOptions.import_dummy_nets: bool = False#
ControlFileImportOptions.gdsii_convert_polygon_to_circles: bool = False#
ControlFileImportOptions.import_cross_hatch_shapes_as_lines: bool = True#
ControlFileImportOptions.max_antipad_radius: float = 0.0#
ControlFileImportOptions.extracta_use_pin_names: bool = False#
ControlFileImportOptions.min_bondwire_width: float = 0.0#
ControlFileImportOptions.antipad_replace_radius: float = 0.0#
ControlFileImportOptions.gdsii_scaling_factor: float = 0.0#
ControlFileImportOptions.delete_empty_non_laminate_signal_layers: bool = False#