update#

FieldPlot.update() bool#

Update the field plot.

Note

This method works on any plot created inside PyAEDT. For Plot already existing in AEDT Design it may produce incorrect results.

Returns:
bool

True when successful, False when failed.

Examples

>>> from ansys.aedt.core.visualization.post.field_data import FieldPlot
>>> obj = FieldPlot()
>>> obj.update()