Ansys Learning Forum Forums Discuss Simulation Photonics how to get transmission value using script Reply To: how to get transmission value using script

Afroditi Petropoulou
Ansys Employee

Dear Saurav,

To get the transmission you can use the transmission command:

T_avg=transmission("monitor_2");

or you can use the following:

T_avg=getresult("monitor_2","T");

?T_avg.T;

Best Regards

Afroditi