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. Import a geometry from a dxf file into a Specificed cell and layer with python macros

    Stephan_Kohler
    by Stephan_Kohler · February 2024
    Top CellTopCell=lyt.top_cell()#Define the desired layer to input the geometrylyr=lyt.layer(pya.LayerInfo(2,0))#Define the resulting shapes:Shapes=TopCell.shapes(lyr); # Shapes to put in the Die label
  2. invalid syntax on new laptop

    ghw
    by ghw · May 2022
    Hello,
  3. MOSFET 4 terminal extraction

    dai
    by dai · December 2021
    hi Matthias.
  4. Layout view of resistors

    tagger5896
    by tagger5896 · March 2021
    Definition# Assumes a sheet rho of 150 Ohm/Square#Define this as you likeres_ex = CustomResistorExtraction::new("RES", 1.0)extract_devices(res_ex, { "C" =>
  5. PowerMesh

    tagger5896
    by tagger5896 · February 2021
    dbu = ly.dbu cell = lv.active_cellview.cell #Define Layer layer_number = 5 datatype = 0 layer_info = LayerInfo.new(layer_number,datatype) layer_index = ly.layer(layer_info) # Define the coord
  6. Rotating and translating shapes in a particular cell

    Ege_Bey
    by Ege_Bey · June 2020
    cell = layout.cell('TopCell')layer = layout.layer(1, 0)cell.shapes(layer).insert(pya.Box(1111, 2222,4000, 3000)) # LOWLX, LOWLY, UPRX, UPRYt=pya.DTrans.new(pya.DTrans.R90) #define the transformation#
  7. Build Klayout for Windows10 64 bit with Visual Studio 2015 Comunity Edition and Qt 5.7.1

    ingpconci
    by ingpconci · December 2016
    #define _SILENCE_STDEXT_HASH_DEPRECATION_WARNINGS 1
  8. Library cells and replace function

    gwondaleya
    by gwondaleya · December 2016
    #define replace function
  9. Creation of Circle tool

    xamax
    by xamax · January 2015
    #define PI (3.1415926589793)
  10. Layer space and width

    arided
    by arided · March 2014
    tileNo = 10 #define the tiles in 10um
  11. klayout-0.22 built error

    Matthias
    by Matthias · May 2013
    BTW: I am using VS 2010 express myself but with a somewhat older Qt version. Maybe 4.8.4 requires some other #define switches.
Powered by Vanilla