-
-
March 1, 2023 at 3:43 pm
Evangelia Chatzianagnostou
SubscriberHello,
i would like to ask you if it is possible in MODE solutions to export and save figures in jpg or png format from the Visualizer with the use of script commands without using the GUI buttons in the Visualizer. I am using the following script and I am searching for an extra command in order to export the E field distribution in jpg format.Thank you!
switchtolayout;
run;
runanalysis;
setanalysis("number of trial modes",20);
setanalysis("use max index",0);
setanalysis("n",2.4);
findmodes;
results = getresult("mode1","E");
material = getresult("material","index");visualize(results,material);
-
March 1, 2023 at 6:48 pm
Amrita Pati
Ansys EmployeeHi Evangelia,
You won’t be able to use scripting to export the E field distribution directly from visualizer. You would need to use the plot/image commands that generate 1D/2D plots. These script commands open up the figure windows. You can export the figure from the windows using the exportfigure command.
Please refer to the following links for more information on these commands:
1. plot
2. image
3. exportfigure
Regards,
Amrita
-
- You must be logged in to reply to this topic.

Boost Ansys Fluent Simulations with AWS
Computational Fluid Dynamics (CFD) helps engineers design products in which the flow of fluid components is a significant challenge. These different use cases often require large complex models to solve on a traditional workstation. Click here to join this event to learn how to leverage Ansys Fluids on the cloud, thanks to Ansys Gateway powered by AWS.

Earth Rescue – An Ansys Online Series
The climate crisis is here. But so is the human ingenuity to fight it. Earth Rescue reveals what visionary companies are doing today to engineer radical new ideas in the fight against climate change. Click here to watch the first episode.

Ansys Blog
Subscribe to the Ansys Blog to get great new content about the power of simulation delivered right to your email on a weekly basis. With content from Ansys experts, partners and customers you will learn about product development advances, thought leadership and trends and tips to better use Ansys tools. Sign up here.
- “Import optical generation” or “delta generation rate”?
- Why am I getting “process exited without calling finalize”, and how do I fix it?
- Error: addfdtd is not a valid function or a variable name
- Error on Lumerical device
- Using a license file on a new license server
- Ansys Insight: Transmission results greater than one
- Ansys Insight: Diverging Simulations
- Ansys Insight: About override mesh in FDTD: its use and settings
- Is there a Lumerical script command to output the Simulation and Memory requirements?
- Ansys Insight: Convergence issues in CHARGE
-
3730
-
2570
-
1783
-
1236
-
594
© 2023 Copyright ANSYS, Inc. All rights reserved.