file_set#

class ansys.fluent.core.solver.tui_241.main_menu.plot.file_set(service, version, mode, path)#

Bases: TUIMenu

Sets file plot parameters.

Classes:

auto_scale(service, version, mode, path)

Sets the range for the and axes.

background_color(service, version, mode, path)

Sets the color of the field within the abscissa and ordinate axes.

end_plot_to_file(service, version, mode, path)

End plot to file.

file_lines(service, version, mode, path)

Sets parameters for plot lines.

file_markers(service, version, mode, path)

Sets parameters for data markers.

get_residuals_window(service, version, mode, ...)

Get residuals window id.

key(service, version, mode, path)

Enables/disables display of curve key and sets its window title.

labels(service, version, mode, path)

Sets labels for plot axes.

lines(service, version, mode, path)

Sets parameters for plot lines.

log(service, version, mode, path)

Uses log scales for one or both axes.

markers(service, version, mode, path)

Sets parameters for data markers.

numbers(service, version, mode, path)

Sets number formats for axes.

plot_to_file(service, version, mode, path)

Specifies a file in which to write XY plot data.

rules(service, version, mode, path)

Sets parameters for display of major and minor rules.

windows(service, version, mode, path)

XY plot window options.

xy_percent_y(service, version, mode, path)

Scale xy plot by percentage of total elements.

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

Bases: TUIMethod

Sets the range for the and axes. If auto-scaling is not activated for a particular axis, you are prompted for the minimum and maximum data values.

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

Bases: TUIMethod

Sets the color of the field within the abscissa and ordinate axes.

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

Bases: TUIMethod

End plot to file.

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

Bases: TUIMethod

Sets parameters for plot lines.

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

Bases: TUIMethod

Sets parameters for data markers.

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

Bases: TUIMethod

Get residuals window id.

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

Bases: TUIMethod

Enables/disables display of curve key and sets its window title.

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

Bases: TUIMethod

Sets labels for plot axes.

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

Bases: TUIMethod

Sets parameters for plot lines.

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

Bases: TUIMethod

Uses log scales for one or both axes.

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

Bases: TUIMethod

Sets parameters for data markers.

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

Bases: TUIMethod

Sets number formats for axes.

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

Bases: TUIMethod

Specifies a file in which to write XY plot data.

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

Bases: TUIMethod

Sets parameters for display of major and minor rules.

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

Bases: TUIMethod

XY plot window options. For a description of the items in this menu, see display/set/windows/xy.

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

Bases: TUIMethod

Scale xy plot by percentage of total elements.