January 20, 2022 at 3:00 am
Ansys Employee
No problem! The wavelength data (or any other parameter chosen for the x axis) is also available in the visualizer. To access this, please try the following few commands:
data = getresult(ÔÇ£MQWÔÇØ,ÔÇØemissionÔÇØ);
wl = data.wavelength;
Afterwards you can see that the data is available in the script workspace. You may decide to visualize this and export in a similar way (through ÔÇ£view dataÔÇØ), or continue to use script for the export stage using commands like write or matlabsave.
Best regards
data = getresult(ÔÇ£MQWÔÇØ,ÔÇØemissionÔÇØ);
wl = data.wavelength;
Afterwards you can see that the data is available in the script workspace. You may decide to visualize this and export in a similar way (through ÔÇ£view dataÔÇØ), or continue to use script for the export stage using commands like write or matlabsave.
Best regards