update_expressions_with_defaults#
- FarField.update_expressions_with_defaults(quantities_category: str = None) bool#
Update the list of expressions by taking all quantities from a given category.
- Parameters:
- quantities_category
str,optional Quantities category to use. The default is
None, in which case the default category for the specified report is used.
- quantities_category
- Returns:
- bool
Truewhen successful,Falsewhen failed.
Examples
>>> from ansys.aedt.core.visualization.report.common import CommonReport >>> obj = CommonReport() >>> obj.update_expressions_with_defaults()