Enabling multiple threads for drawing

Hi all,

I read this discussion, and I would like to ask if that config can be saved to klayoutrc or altered with code while opening the application? Can be set through a pymacro?

Chris

Comments

  • Hi Chris,

    this setting is saved to klayoutrc. To change it by code, use

    pya.Application.instance().set_config("drawing-workers", "4")
    

    (here: 4 threads, Python).

    Matthias

Sign In or Register to comment.