We’re putting the final touches on our new badges platform. Badge issuance remains temporarily paused, but all completions are being recorded and will be fulfilled once the platform is live. Thank you for your patience.

Ansys Learning Forum Forums Discuss Simulation Photonics – Chinese 请问如何提取Mode List里面的某一项数值,作为扫参的结果 Reply To: 请问如何提取Mode List里面的某一项数值,作为扫参的结果

Guilin Sun
Ansys Employee

主要问题是,这个结果不叫effective index, 而是neff。你可以用下列方法查找结果变量:

?getdata("mode1");

surface_normal dimension f neff ng loss TE polarization fraction waveguide TE/TM fraction mode effective area

x y z Ex Ey Ez Hx Hy Hz

Z0  

或者getresult,得到一些 dataset:

 ?getresult("mode1");

E

H

P

farfield

surface_normal

dimension

f

neff

ng

loss

TE polarization fraction

waveguide TE/TM fraction

mode effective area

x

y

z

Ex

Ey

Ez

Hx

Hy

Hz

Z0

到底某个量是数据还是dataset, 你可以在工作空间看出来。其它仿真都可以用"?" and "getdata" or "getresult"加监视器名等得到。