The show_table.py module#

Summary#

show_table

Generate an interactive display of the parametric study table.

Description#

Provides an interactive interface for the parametric study simulation table.

Module detail#

show_table.show_table(ps: ansys.additive.core.parametric_study.ParametricStudy, page_size: int = 10)#

Generate an interactive display of the parametric study table.

Parameters:
psParametricStudy

Parametric study to display.

page_sizeint, default: 10

Number of table rows to display per page.

Returns:
panel.Column

Interactive table.