How can I start my python scripting with k-layout?

edited November 2019 in Python scripting

is it i need to import module like pya to use python to work with k-layout? But pya is python audio coding class as in google search........I cannot use the API in the website shown.
How can i start in python scripting so that i like use commond like py.Layout() ,py.box() , L.write(myklayout.gds)

Comments

  • That's why the standalone module on PyPI is called "klayout", not "pya".

    If you're using KLayout to run scripts in, pya should be loaded by default. No need to import it.

    Matthias

Sign In or Register to comment.