Contents:
Check if the provided signal name matches any of the possible signal names.
name (str) – The signal name to check.
possible_names (List[str]) – A list of possible signal names to compare against.
True if the signal name matches any of the possible names, otherwise False.
bool