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
Truewhen successful,Falsewhen failed.
Examples
>>> from ansys.aedt.core.visualization.post.field_data import FieldPlot >>> obj = FieldPlot() >>> obj.update()