update_expressions_with_defaults#

EyeDiagram.update_expressions_with_defaults(quantities_category: str = None) bool#

Update the list of expressions by taking all quantities from a given category.

Parameters:
quantities_categorystr, optional

Quantities category to use. The default is None, in which case the default category for the specified report is used.

Returns:
bool

True when successful, False when failed.

Examples

>>> from ansys.aedt.core.visualization.report.common import CommonReport
>>> obj = CommonReport()
>>> obj.update_expressions_with_defaults()