update# VRTFieldPlot.update() → bool# Update the field plot. Returns: boolTrue when successful, False when failed. Examples >>> from ansys.aedt.core.visualization.post.vrt_data import VRTFieldPlot >>> obj = VRTFieldPlot() >>> obj.update()