update#

SweepMatrix.update() bool#

Update the sweep.

Returns:
bool

True when successful, False when failed.

Examples

>>> from ansys.aedt.core.modules.solve_sweeps import SweepMatrix
>>> obj = SweepMatrix()
>>> obj.update()