post_format#

class ansys.fluent.core.meshing.tui_231.main_menu.display.set.picture.driver.post_format(path, service)#

Bases: TUIMenu

Contains commands for setting the PostScript driver format and save files in PS files that can be printed quickly.

Methods:

fast_raster(*args, **kwargs)

Enables a raster file that may be larger than the standard raster file, but will print much more quickly.

raster(*args, **kwargs)

Enables the standard raster file.

rle_raster(*args, **kwargs)

Enables a run-length encoded raster file that will be about the same size as the standard raster file, but will print slightly more quickly.

vector(*args, **kwargs)

Enables the standard vector file.

fast_raster(*args, **kwargs)#

Enables a raster file that may be larger than the standard raster file, but will print much more quickly.

raster(*args, **kwargs)#

Enables the standard raster file.

rle_raster(*args, **kwargs)#

Enables a run-length encoded raster file that will be about the same size as the standard raster file, but will print slightly more quickly. This is the default file type.

vector(*args, **kwargs)#

Enables the standard vector file.