driver#

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

Bases: TUIMenu

Enter the set hardcopy driver menu.

Classes:

avz(service, version, mode, path)

Use AVZ output for hardcopies.

dump_window(service, version, mode, path)

Set the command used to dump the graphics window to a file.

eps(service, version, mode, path)

Produce encapsulated PostScript (EPS) output for hardcopies.

glb(service, version, mode, path)

Use GLB output for hardcopies.

hsf(service, version, mode, path)

Use HSF output for hardcopies.

jpeg(service, version, mode, path)

Produce JPEG output for hardcopies.

list(service, version, mode, path)

List the current hardcopy driver.

options(service, version, mode, path)

Set the hardcopy options.

png(service, version, mode, path)

Use PNG output for hardcopies.

post_format(service, version, mode, path)

Enter the PostScript driver format menu.

post_script(service, version, mode, path)

Produce PostScript output for hardcopies.

ppm(service, version, mode, path)

Produce PPM output for hardcopies.

tiff(service, version, mode, path)

Use TIFF output for hardcopies.

vrml(service, version, mode, path)

Use VRML output for hardcopies.

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

Bases: TUIMethod

Use AVZ output for hardcopies.

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

Bases: TUIMethod

Set the command used to dump the graphics window to a file.

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

Bases: TUIMethod

Produce encapsulated PostScript (EPS) output for hardcopies.

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

Bases: TUIMethod

Use GLB output for hardcopies.

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

Bases: TUIMethod

Use HSF output for hardcopies.

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

Bases: TUIMethod

Produce JPEG output for hardcopies.

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

Bases: TUIMethod

List the current hardcopy driver.

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

Bases: TUIMethod

Set the hardcopy options. Available options are: “no gamma correction”, disables gamma correction of colors, “physical size = (width,height)”, where width and height are the actual measurements of the printable area of the page in centimeters. “subscreen = (left,right,bottom,top)”, where left,right, bottom, and top are numbers in [-1,1] describing a subwindow on the page in which to place the hardcopy. The options may be combined by separating them with commas.

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

Bases: TUIMethod

Use PNG output for hardcopies.

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

Bases: TUIMethod

Produce PostScript output for hardcopies.

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

Bases: TUIMethod

Produce PPM output for hardcopies.

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

Bases: TUIMethod

Use TIFF output for hardcopies.

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

Bases: TUIMethod

Use VRML output for hardcopies.