update_pwl_source#

Cable.update_pwl_source() bool#

Update pwl source.

Returns:
bool

True when successful, False when failed.

Examples

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