KLayout
  • Discussions
  • Sign In
Home › Search
Sign In · Register

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In Register
  1. ERROR:Unexpected end-of-file (position=154180758, recordnumber=54457, cell=5)

    sekigawa
    by sekigawa · August 2024
    Hi @lmz,
  2. Missing data when convert File .dwg to image

    hieund
    by hieund · August 2024
    layout_view.set_config("background-color", "#000000")
  3. Marker Database Browser Configuration via script

    Matthias
    by Matthias · August 2024
    RBA::MainWindow.instance.set_config("rdb-marker-color", "#00ff00")
  4. Some binaries are missing in self built python wheel

    seckart
    by seckart · January 2024
    I am getting "Warning: Type 0 or 1 point list with odd number of points is illegal (position=27938, cell=#0)" repeated over and over again each time I call layout.read() on my next f
  5. Can I remove a connected line in images file .dxf

    RawrRanger
    by RawrRanger · November 2023
    "#000000")layout_view.max_hier()def layerToRegion(cell, lid): region = pya.Region() rsi = cell.begin_shapes_rec(lid) while not(rsi.at_end()): region.insert(rsi.sh
  6. Can I remove a connected line in images file .dxf

    RawrRanger
    by RawrRanger · November 2023
    "#000000")layout_view.set_config("no-stipple", "true")layout_view.max_hier()lid = 1cell = layout_view.active_cellview().celldef layerToReg
  7. Can I remove a connected line in images file .dxf

    RawrRanger
    by RawrRanger · November 2023
    "#000000")layout_view.set_config("no-stipple", "true")layout_view.max_hier()lid = 1# you might need to change Layer id if you have multiple l
  8. Can I remove a connected line in images file .dxf

    RawrRanger
    by RawrRanger · November 2023
    "#000000")layout_view.set_config("no-stipple", "true")layout_view.max_hier()cell = layout_view.active_cellview().celllayout = cell.layout()li
  9. Can I remove a connected line in images file .dxf

    hieund
    by hieund · November 2023
    "#000000")layout_view.set_config("no-stipple", "true")layout_view.max_hier()top_cell = layout.cell(0)layout_view.active_cellview().cell = top_cel
  10. Macro Editor syntax highlighting issue

    RawrRanger
    by RawrRanger · September 2023
    'Attribute'=(bold:false,color:'#0095ff'), 'Base-N Integer'=(bold:false,color:'#ac80ff'), 'Built-in'=(bold:false,color:'#67d8ef'), 'Character'=(bold:false,color:'#f9257
  11. Screenshot with all the layer and screenshot only one layer

    RawrRanger
    by RawrRanger · July 2023
    16)) <= (255) else "#000000" layer_iter = view().begin_layers() self.setStyleSheet("background-color:%s;" % bgc) while not(
  12. clip GDS to image

    Matthias
    by Matthias · March 2023
    "#000000")lv.set_config("grid-visible", "false")lv.set_config("grid-show-ruler", "false")lv.set_config(&q
  13. How to compare two cells objects (if they contain the exact same geometries) in python

    Matthias
    by Matthias · September 2021
    The layer index is the internal designation of the layer. Each layout stores a number of layers as layer #0, #1, etc. These numbers are not necessarily in a specific order. You have to use "L
  14. building instance

    jiunnweiyeh
    by jiunnweiyeh · September 2020
    It is many pattern (polygon) in GDS file , such as layer # 154 / purpose #0 , 15um circle / totally 1500 , (location) random.
  15. Dumb (DRC motions) Question #0003

    dick_freebird
    by dick_freebird · August 2020
    Have gone through the FSi tutorial and docs, I have not
  16. Dumb (error report) Question #0002

    dick_freebird
    by dick_freebird · August 2020
    Sticking to a check-line syntax from the legit docs,
  17. Dumb syntax question (error) #0001

    dick_freebird
    by dick_freebird · August 2020
    So I figured I'd start small...
  18. Density for a layer

    14darcia
    by 14darcia · June 2020
    mono:matrix=(100,0,1585.58) (0,100,-904.316) (0,0,1);min_value=0;max_value=1;is_visible=true;z_position=0;brightness=0;contrast=0;gamma=1;red_gain=1;green_gain=1;blue_gain=1;color_mapping=[0,'#000000'
  19. crash in sizing

    mliberty
    by mliberty · May 2020
    Hi
  20. Load or keep Setup parameters through Klayout script?

    jonathan
    by jonathan · November 2018
    For instance this will set the background collor to black automatically: mw.current_view().set_config('background-color', '#000000')
Next
Powered by Vanilla