get_technology
- ipkiss3.all.get_technology()
Get the technology tree (TECH).
Returns the TECH object which contains the technology settings for the currently loaded PDK.
See also our list of required keys.
Examples
>>> from si_fab import all as pdk >>> import ipkiss3.all as i3 >>> TECH = i3.get_technology() >>> # Get the default waveguide template for the si_fab technology. >>> print(TECH.PCELLS.WG.WIRE) <SWG450 PCellTemplate 'SWG450'>