hi Matthias and sekigawa:
After gds successfully converted dxf, I went to get the unit of the dxf file, but the value I got was
public enum DrawingUnits { // // 摘要: // Unitless. Unitless,…
hi Matthias and sekigawa:
Thank you very much for your patient guidance. According to the above information, I have been able to successfully convert gds containing multiple topcells into different dxf files. I will study the KLayout Python Module m…
hi sekigawa:
I tried to obtain the 123 parameters in PY code in PY code that failed to get the 123 parameters
# Get the parameters passed through -RDapp = pya.application.instance ()Print ("test-1")names = app.get_config_names ()#print (n…
hi sekigawa:
Thank you for your patience
I have fully understood the content of f2514.py, which can realize my needs, but I now have two problems now
1 I run on the Windows system, but I did not find Which Klayout, only klayout_app.exe klayout_vo_a…
Hi sekigawa:
Thank you very much for your reply. My requirement is to convert each top cell in the gds file into a dxf file. I don't want to run the klayout gui interface. I want to achieve this function through the command line under Windows. Becau…
HI @Matthias
==it can be solved with Ruby, but for conversion of layout to DXF there may be a very simple alternative solution: when you build KLayout yourself, beside the "klayout" binary, some other binaries are built as well, mainly fo…
Hi @Matthias
I call py code passing parameters through this command line
D :\codes\GDSII\klayout-0.27.13-win64\klayout-0.27.13-win64>klayout_app.exe -zz -r D :\project\pythonProject\convert_gds_to_dxf.py D :\line4.GDS D :\line44 .dxf > d :\te…
Hello Matthias
The code you improved can correctly convert gds format into dxf format, but the following error occurs when using netdxf to parse dxf files.(Image)
Hope to get your guidance, thank you very much
Hello Matthias
Thank you very much for your answer. The above code is provided by GPT. I will test the code you gave.
I'm new to klayout script programming, can you give me some reference material?
"there is a discussion about a similar problem here: http://klayout.de/forum/comments.php?DiscussionID=195&page=1#Item_5. Another discussion covering that topic is http://klayout.de/forum/comments.php?DiscussionID=173.
The approach uses a …