update# SweepMatrix.update() → bool# Update the sweep. Returns: boolTrue when successful, False when failed. Examples >>> from ansys.aedt.core.modules.solve_sweeps import SweepMatrix >>> obj = SweepMatrix() >>> obj.update()