Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The method of using filter with read_gds #189

Open
bsslv opened this issue Jul 9, 2023 · 1 comment
Open

The method of using filter with read_gds #189

bsslv opened this issue Jul 9, 2023 · 1 comment

Comments

@bsslv
Copy link

bsslv commented Jul 9, 2023

Hello. I want to use the filter parameter of read_gds.

Is this code correct? read_gds(infile_str, filter={(1, 0), (2, 0)})
I tested this code, but a specific cell only made polygons of layer 1,
BUT I know this cell has polygons of layer 2 and also this data type is "0" I checked.

How can I fix the code?
Or, When this code is correct, what else could be the problem ?

I already tested “read_gds(infile_str, filter=list({(1, 0), (2, 0)}))”

THANKS

@bsslv bsslv changed the title The method of using filter of read_gds The method of using filter with read_gds Jul 9, 2023
@heitzmann heitzmann reopened this Aug 6, 2023
@heitzmann
Copy link
Owner

(Misread your question). The first call is correct read_gds(infile_str, filter={(1, 0), (2, 0)}). Can you share an example with the problem so that I can investigate?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants