zmh021810

Hi, recently I am thinking how to export the layer under certain situations, the codes below can show all the layer from this gds file * import pya * * layout = pya.Layout() * layout.read('BDE.gds.gz') * * * for ly_id in layout.layer_indices(): * ly_info = layout.get_info(ly_id) * print(ly_info.to_s()) However, if my gds file has two hierarchies and the second hierarchy has a cell name "abc" if I do not want the the layer information of abc shows in my code, how can I do it? I guess hide "abc", but how to do it in python code? Best wishes Muheng

About

Username
zmh021810
Joined
Visits
25
Last Active
Roles
Member

Activity

  • Not much happening here, yet.