driver#

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

Bases: TUIMenu

Contains the available hardcopy formats.

Methods:

avz(*args, **kwargs)

Use AVZ output for hardcopies.

dump_window(*args, **kwargs)

Sets the command to dump a graphics window to a file.

eps(*args, **kwargs)

Sets the Encapsulated PostScript format.

glb(*args, **kwargs)

Produces GLB output for hardcopies.

hsf(*args, **kwargs)

Produces HOOPS Visualize Stream Format (HSF) output for hardcopies.

jpeg(*args, **kwargs)

Sets the JPEG image format.

list(*args, **kwargs)

Displays the current hardcopy format.

options(*args, **kwargs)

Enables you to set hardcopy options, such as landscape orientation, pen speed, and physical size.

png(*args, **kwargs)

Sets the PNG image format.

post_script(*args, **kwargs)

Sets the PostScript format.

ppm(*args, **kwargs)

Sets the PPM format.

tiff(*args, **kwargs)

Sets the TIFF format.

vrml(*args, **kwargs)

Sets the VRML format.

Classes:

post_format(path, service)

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

avz(*args, **kwargs)#

Use AVZ output for hardcopies.

dump_window(*args, **kwargs)#

Sets the command to dump a graphics window to a file.

eps(*args, **kwargs)#

Sets the Encapsulated PostScript format.

glb(*args, **kwargs)#

Produces GLB output for hardcopies.

hsf(*args, **kwargs)#

Produces HOOPS Visualize Stream Format (HSF) output for hardcopies.

jpeg(*args, **kwargs)#

Sets the JPEG image format.

list(*args, **kwargs)#

Displays the current hardcopy format.

options(*args, **kwargs)#

Enables you to set hardcopy options, such as landscape orientation, pen speed, and physical size. The options may be entered on one line if you separate them with commas.

png(*args, **kwargs)#

Sets the PNG image format.

class 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.

post_script(*args, **kwargs)#

Sets the PostScript format.

ppm(*args, **kwargs)#

Sets the PPM format.

tiff(*args, **kwargs)#

Sets the TIFF format.

vrml(*args, **kwargs)#

Sets the VRML format.