Map verbose AEDT step labels to compact names.
Currently, recognizes labels like "Frequency - <value>Hz"
and
reduces them to "<value>Hz"
. Falls back to the original string if
no match is found.
- Parameters:
- input_name
str
- Original AEDT step label.
- Returns:
str