update# Sources.update(original_name=None, new_source=None)# Update the source in AEDT. Parameters: original_namestr, optionalOriginal name of the source. The default value is None. new_sourcestr, optionalNew name of the source. The default value is None. Returns: boolTrue when successful, False when failed.