datasources#

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

Bases: TUIMenu

Enters the menu for creating and modifying plots containing multiple data sources.

Classes:

add_report_plot(service, version, mode, path)

Specify an existing report plot to include in this plot.

add_xy_plot(service, version, mode, path)

Specify an existing XY plot to include in this plot.

list_curve_information(service, version, ...)

Prints the names of the variables selected for plotting.

list_data_sources(service, version, mode, path)

Prints the names of the selected/loaded data sources including the files and in-session plot objects.

list_legend_names(service, version, mode, path)

Prints the names of the legends to the console.

load_file(service, version, mode, path)

Specify a file to load for plotting.

plot(service, version, mode, path)

Plots the selected data in the active graphics window.

properties(service, version, mode, path)

Prints the properties of whichever plot or file included in the multiple data sources plot that you specify.

remove_data_source(service, version, mode, path)

Removes whichever data source (plot or file) you specify.

rename_legend(service, version, mode, path)

Allows you to rename legend entries.

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

Bases: TUIMethod

Specify an existing report plot to include in this plot.

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

Bases: TUIMethod

Specify an existing XY plot to include in this plot.

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

Bases: TUIMethod

Prints the names of the variables selected for plotting.

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

Bases: TUIMethod

Prints the names of the selected/loaded data sources including the files and in-session plot objects.

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

Bases: TUIMethod

Prints the names of the legends to the console.

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

Bases: TUIMethod

Specify a file to load for plotting. The file must be located in the working directory.

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

Bases: TUIMethod

Plots the selected data in the active graphics window.

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

Bases: TUIMethod

Prints the properties of whichever plot or file included in the multiple data sources plot that you specify.

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

Bases: TUIMethod

Removes whichever data source (plot or file) you specify.

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

Bases: TUIMethod

Allows you to rename legend entries. Note that you must re-plot to see the legend name change.