getdata() for bent waveguide eigensolver in MODE solutions
madRaccoon
Member Posts: 3
**
Hello,
I am simulation the profile of bent waveguides in LUMERICAL MODE_solutions. I have many profiles to calculate and I am scripting everything.
I would like to fetch the data in the eigensolver analysis window, in the column called "angular loss (dB/rad)".
However:
>>data_loss = getdata("mode1", "angular loss (dB/rad)"); Error: prompt line 1: in getdata, the d-card named mode1 did not contain the data angular loss (dB/rad) >>?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() returns the same thing.
What do I need to write in script to gather the data in these angular - themed columns ?
Many thanks,
MR.
Tagged:
0
Best Answer
-
Hi,
As it is described in your message you cannot directly get the angular loss with a script command. However, you can obtain it by using data_loss = getdata("mode1", "loss") multiplied by the bend radius.
The link below provides useful information on this matter:
1