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. Rename devices with labels in Device Extraction

    blueman_44
    by blueman_44 · November 2024
    = "Fred_The_Lonely_Diode" #If text can be passed then this is where the device would be renamed. device.set_parameter(RBA::DeviceClassDiode::PARAM_A, a) device.set_paramete
  2. Path Check and repair

    RawrRanger
    by RawrRanger · July 2023
    section to see whether they are connected #if not connected then calculate the intersection point #join two path at intersection point newPointsArray = Array.new() for ind
  3. Path Check and repair

    RawrRanger
    by RawrRanger · July 2023
    section to see whether they are connected #if not connected then calculate the intersection point #join two path at intersection point for index in 0..(segmentArray.size-2) do
  4. coerce_parameters_impl

    ashkan
    by ashkan · June 2021
    if (self.w>70): #if width input is bigger than 70
  5. coerce_parameters_impl

    ashkan
    by ashkan · June 2021
    if (self.w>70): #if width input is bigger than 70
  6. Layer Mapping when importing & combining cif files without losing the layer names

    Frank
    by Frank · March 2021
    ly.layers) #ly.insert_layer(LayerInfo.new(0,0)) #if this layer is already created I have problems using layer numbers puts ly.layers-1 ly.read(f, lo) puts "#{ly.layers-1} #{ly.get_inf
  7. Merge gds/oasis files using copy_tree is very slow

    ahmedo
    by ahmedo · February 2021
    #If the used has specified a shift in th command line if len(shifts) >= index+1 and shifts[index] != '': if shifts[index].split
  8. Merge gds/oasis files using copy_tree is very slow

    ahmedo
    by ahmedo · February 2021
    new_cell.copy_tree(cell) #If the used has specified a shift in th command line if len(shifts) >= index+1 and shifts[index] != '':
  9. Problem using QImages (failing to save)

    Ege_Bey
    by Ege_Bey · May 2020
    (r/dbu),(t/dbu))) #If you uncomment the following three lines it will work but then how to add a text? #image_path = os.path.join(image_location, file_name + ".png") #lv.save
  10. how to extract polygons with specific number of points to a new layer?

    gongjie437
    by gongjie437 · October 2019
    #if lv == nil
  11. Ground-Signal-Ground routing

    davidnhutch
    by davidnhutch · September 2017
    pt3.x && pt1.y == pt3.y) #if starts D->U, then bends to become L->R curved_path[1] = Point.new(c0.x,c1.y) elsif (pt0.x == pt1.x && pt0.
  12. Waveguide Resizing without PCell

    davidnhutch
    by davidnhutch · August 2017
    pt3.x && pt1.y == pt3.y) #if starts D->U, then bends to become L->R curved_path[1] = Point.new(c0.x,c1.y) elsif (pt0.x == pt1.x && pt0.
  13. Getting texts full path and global transformations from GDS file

    allonpa
    by allonpa · June 2016
    end #if
  14. Getting texts full path and global transformations from GDS file

    allonpa
    by allonpa · June 2016
    end #if
  15. Round_path PCell in python, create_cell

    lukasc
    by lukasc · November 2015
    pv)#if pcell_decl.can_create_from_shape(ly, shape, SiLayer): # trigger "parameters_from_shape_impl" and "transformation_from_shape_impl" #pcell_decl.shape = shap
  16. DRC crashing

    sekigawa
    by sekigawa · November 2015
    RegionIterator (const db::RecursiveShapeIterator &iter, const db::ICplxTrans &trans) : m_rec_iter (iter), m_iter_trans (trans), m_from (), m_to () {#if defined(__APPLE__) // htt
  17. DIsplacement of shapes while doing transform

    heena
    by heena · January 2015
    #if shape.is_box?
  18. KLayout for Mac Yosemite 10.10.1?

    psalome
    by psalome · January 2015
    #if !defined(Q_MOC_OUTPUT_REVISION)
  19. Changing The Layer Visibility by using Ruby .

    marbenorallo
    by marbenorallo · February 2014
    end #If
  20. Rounding Corners through Ruby

    mdschroer
    by mdschroer · December 2013
    next end radius = 1000*radii[rindex] #if we do want to round this corner, we need to start by finding the positions of this point, plus the previous and next points # first - determine
Next
Powered by Vanilla