getdata() for bent waveguide eigensolver in MODE solutions

madRaccoon
madRaccoon Member Posts: 3
First Comment
**
edited June 3 in Optics

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.

Best Answer