export_field_plot#
- PostProcessor3DLayout.export_field_plot(plot_name: str, output_dir: str | Path, file_name: str = '', file_format: str = 'aedtplt') str | bool#
Export a field plot.
- Parameters:
- plot_name
str Name of the plot.
- output_dir
strorpathlib.Path Path for saving the file.
- file_name
str,optional Name of the file. The default is
"", in which case a name is automatically assigned.- file_format
str,optional Name of the file extension. The default is
"aedtplt". Options are"case"and"fldplt".
- plot_name
- Returns:
References
>>> oModule.ExportFieldPlot