export_field_plot# PostProcessor3D.export_field_plot(plot_name, output_dir, file_name='', file_format='aedtplt')# Export a field plot. Parameters: plot_namestrName of the plot. output_dirstrPath for saving the file. file_namestr, optionalName of the file. The default is "", in which case a name is automatically assigned. file_formatstr, optionalName of the file extension. The default is "aedtplt". Options are "case" and "fldplt". Returns: str or boolFile path when successful or False when it fails. References >>> oModule.ExportFieldPlot