update#

VRTFieldPlot.update() bool#

Update the field plot.

Returns:
bool

True when successful, False when failed.

Examples

>>> from ansys.aedt.core.visualization.post.vrt_data import VRTFieldPlot
>>> obj = VRTFieldPlot()
>>> obj.update()