update#
- PowerIQSource.update(original_name: str = None, new_source: str = None) bool#
Update the source in AEDT.
- Parameters:
- Returns:
- bool
Truewhen successful,Falsewhen failed.
Examples
>>> from ansys.aedt.core.modules.boundary.circuit_boundary import Sources >>> source = Sources(app, name="V1") >>> source.update(original_name="V1", new_source="V2")