update#

Sources.update(original_name=None, new_source=None)[source]#

Update the source in AEDT.

Parameters:
original_namestr, optional

Original name of the source. The default value is None.

new_sourcestr, optional

New name of the source. The default value is None.

Returns:
bool

True when successful, False when failed.