欢迎来到尧图网

客户服务 关于我们

您的位置:首页 > 新闻 > 资讯 > luceda ipkiss教程 75:周期结构绘制

luceda ipkiss教程 75:周期结构绘制

2025/10/19 18:50:33 来源:https://blog.csdn.net/qq_34316088/article/details/142523309  浏览:    关键词:luceda ipkiss教程 75:周期结构绘制

案例分享:ipkiss绘制周期结构:
在这里插入图片描述
在这里插入图片描述
代码如下:

from si_fab import all as pdk
import ipkiss3.all as i3total_length = 250
m = (total_length - 5) // 50
offset = (total_length - m * 50) / 2 + 25
reference1 = i3.LayoutCell().Layout(elements=[i3.Rectangle(layer=i3.TECH.PPLAYER.M1, box_size=(45, 8))])
windows = [i3.PathTraceWindow(layer=i3.TECH.PPLAYER.SI_CLADDING, start_offset=-2, end_offset=2),i3.PathTraceWindow(layer=i3.TECH.PPLAYER.SI, start_offset=-1, end_offset=1),i3.PeriodicArrayReferenceTraceWindow(reference=reference1, offset=-6, pitch=50, exclude_ends=(offset, offset)),i3.PeriodicArrayReferenceTraceWindow(reference=reference1, offset=6, pitch=50, exclude_ends=(offset, offset)),
]
wg_t = i3.WindowWaveguideTemplate()
wg_t.Layout(windows=windows)
mod = i3.RoundedWaveguide(trace_template=wg_t)mod.Layout(shape=[(0, 0), (total_length, 0)], bend_radius=500).visualize()

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com

热搜词