Skip to content

kqcircuits.util.macro_prepare package missing #60

Closed Answered by qpavsmi
Qvadi asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, thanks for the details!

I think the following code accomplishes the same thing you intend to do:

import pya
from kqcircuits.klayout_view import KLayoutView
from kqcircuits.chips.quality_factor import QualityFactor

view = KLayoutView()

Then you can access layout_view, cell_view, layout, top_cell and active_cell using view.layout_view, view.cell_view etc. You can read more on KLayoutView API and a tutorial on writing macros

For most purposes I would recommend the second installation configuration: No SALT package, git clone KQCircuits and run setup_within_klayout.py. SALT package is offered as a way to quickly try out KQCircuits or to demo it in-location.

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@qpavsmi
Comment options

Answer selected by qpavsmi
@Qvadi
Comment options

@qpavsmi
Comment options

@Qvadi
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants