MCPcopy Create free account
hub / github.com/KLayout/klayout / set_tech_name

Method set_tech_name

src/laybasic/laybasic/layLayoutHandle.cc:251–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249}
250
251void
252LayoutHandle::set_tech_name (const std::string &tn)
253{
254 if (mp_layout && tn != tech_name ()) {
255 mp_layout->set_technology_name (tn);
256 }
257}
258
259LayoutHandle *
260LayoutHandle::find (const std::string &name)

Callers 6

commitMethod · 0.80
menu_activatedMethod · 0.80
restoreMethod · 0.80
reload_layoutMethod · 0.80
create_layoutMethod · 0.80
show_layout2Function · 0.80

Calls 1

set_technology_nameMethod · 0.80

Tested by

no test coverage detected