post_format#

class ansys.fluent.core.generated.meshing.tui_242.main_menu.display.set.picture.driver.post_format(service, version, mode, path)#

Bases: TUIMenu

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

Methods:

__init__(service, version, mode, path)

__init__ method of TUIMenu class.

Classes:

fast_raster(service, version, mode, path)

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

raster(service, version, mode, path)

Enables the standard raster file.

rle_raster(service, version, mode, path)

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(service, version, mode, path)

Enables the standard vector file.

__init__(service, version, mode, path)#

__init__ method of TUIMenu class.

class fast_raster(service, version, mode, path)#

Bases: TUIMethod

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

class raster(service, version, mode, path)#

Bases: TUIMethod

Enables the standard raster file.

class rle_raster(service, version, mode, path)#

Bases: TUIMethod

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.

class vector(service, version, mode, path)#

Bases: TUIMethod

Enables the standard vector file.