create#

Sources.create() bool#

Create a new source in AEDT.

Returns:
bool

True when successful, False when failed.

Examples

>>> from ansys.aedt.core.modules.boundary.circuit_boundary import Sources
>>> source = Sources(app, name="V1")
>>> source.create()