Sources#
- class ansys.aedt.core.modules.boundary.circuit_boundary.Sources(app, name: str, source_type=None)#
Manages sources in Circuit projects.
Examples
>>> from ansys.aedt.core.modules.boundary.circuit_boundary import Sources >>> source = Sources(app, name="V1")
Methods
Create a new source in AEDT.
Delete the source in AEDT.
Sources.update([original_name, new_source])Update the source in AEDT.
Attributes
Source name.
Shortcut for dir(self).