export_field_plot#

PostProcessor.export_field_plot(plot_name, output_dir, file_name='', file_format='aedtplt')[source]#

Export a field plot.

Parameters:
plot_namestr

Name of the plot.

output_dirstr

Path for saving the file.

file_namestr, optional

Name of the file. The default is "", in which case a name is automatically assigned.

file_formatstr, optional

Name of the file extension. The default is "aedtplt". Options are "case" and "fldplt".

Returns:
str

File path when successful.

References

>>> oModule.ExportFieldPlot