remove_all_sources#

Cable.remove_all_sources() bool#

Remove all sources.

Returns:
bool

True when successful, False when failed.

Examples

>>> from ansys.aedt.core.modules.cable_modeling import Cable
>>> obj = Cable()
>>> obj.remove_all_sources()