Ansys Learning Forum Forums Discuss Simulation Photonics How to measure transmission coefficients on a given plane . Reply To: How to measure transmission coefficients on a given plane .

uzmayaqoob1960
Subscriber

Dear Mam thanks

Plz see is it right way to calculate 45 degree polarized light transmission

i am using x and y components to find 45 degree polarized light like so plz see am i right?

Pz_45_component=(abs(Ex+Ey))^2;

T_T=transmission("power"); % it is the transmission monitor namely power on which output responses are measured we can say imaging  plane

T_45_polarized= 0.5*integrate(Pz_45_component,1:2,x,y)/integrate(EE,1:2,x,y)*T_T;