post_format#

class ansys.fluent.core.solver.tui_241.main_menu.display.set.picture.driver.post_format(service, version, mode, path)#

Bases: TUIMenu

Enter the PostScript driver format menu.

Classes:

fast_raster(service, version, mode, path)

Use the new raster format.

raster(service, version, mode, path)

Use the original raster format.

rle_raster(service, version, mode, path)

Use the run-length encoded raster format.

vector(service, version, mode, path)

Use vector format.

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

Bases: TUIMethod

Use the new raster format.

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

Bases: TUIMethod

Use the original raster format.

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

Bases: TUIMethod

Use the run-length encoded raster format.

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

Bases: TUIMethod

Use vector format.