Skip to content
Snippets Groups Projects
Commit b48bd603 authored by Guillaume Demesy's avatar Guillaume Demesy
Browse files

reset R, T, A if tab_lambda changes

parent 9862d807
No related branches found
No related tags found
No related merge requests found
Pipeline #3468 passed
......@@ -7,7 +7,7 @@ Include "grating2D_data.geo";
Include "grating2D_materials.pro";
myDir = "run_results/";
DefineConstant[
lambda0 = {lambda_min , Min lambda_min, Max lambda_max, Step (lambda_max-lambda_min)/(nb_lambdas-1), Name StrCat[pp2, "0wavelength [nm]"] , Loop 1, Highlight Str[colorpp2],Graph "200000200020"}
lambda0 = {lambda_min , Min lambda_min, Max lambda_max, Step (lambda_max-lambda_min)/(nb_lambdas-1), Name StrCat[pp2, "0wavelength [nm]"] , Loop 1, Highlight Str[colorpp2],Graph "200000200020", ServerAction "Reset GetDP/T0, GetDP/R0, GetDP/Lambda_step, GetDP/total absorption"}
];
lambda0 = lambda0 * nm;
lambda_min = lambda_min * nm;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment