Guilin Sun
Ansys Employee

I guess you mean to get neff from FDE ? You can try the following script:

neff=zeros(5);

for(i=1:5){

str = "mode"+num2str(i);

neff(i)=getdata(str,"neff");

}