create#

SweepMatrix.create() bool#

Create a sweep.

Returns:
bool

True when successful, False when failed.

Examples

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