ControlFileImportOptions# class pyedb.generic.control_file.ControlFileImportOptions# Manages import options for the control file. Overview# Attributes auto_close convert_closed_wide_lines_to_polys round_to defeature_tolerance flatten enable_default_component_values import_dummy_nets gdsii_convert_polygon_to_circles import_cross_hatch_shapes_as_lines max_antipad_radius extracta_use_pin_names min_bondwire_width antipad_replace_radius gdsii_scaling_factor delete_empty_non_laminate_signal_layers Import detail# from pyedb.generic.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#