The show_table.py
module#
Summary#
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:
- ps
ParametricStudy
Parametric study to display.
- page_size
int
, default: 10 Number of table rows to display per page.
- ps
- Returns:
panel.Column
Interactive table.