DRC command issue

Hi sir , in Klayout 0.27 or 0.26... version , this code can been work
layoutview = RBA::Application::instance.main_window.current_view.active_cellview.layout
viewed_cell = RBA::Application::instance.main_window.current_view.active_cellview.cell
die_pm1="DIE_PI1"
die_caprd="DIE_CapRD"
die_pm2="DIE_PI2"
die_ubm="DIE_UBM"
#######Layergen########
cell(die_pm1)
pi1=input(93,0)
pi1.output(94,56)

But , after I using 0.28.13 version , that didn't workable. and error message is ..
Caught the following excetio ..
undefined methoud 'cel_index' for ....:String (Class nomethoderror)
Same code can been using in 0.27 version but 0.28
is any change or what can I do ?

Comments

Sign In or Register to comment.