update_field_plot_settings#
- FieldPlot.update_field_plot_settings() bool#
Modify the field plot settings.
Note
This method is not available for field plot line traces.
- Returns:
- bool
Truewhen successful,Falsewhen failed.
Examples
>>> from ansys.aedt.core.visualization.post.field_data import FieldPlot >>> obj = FieldPlot() >>> obj.update_field_plot_settings()