step_name_map#

ansys.aedt.core.modules.profile.step_name_map(input_name: str) str#

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_namestr
Original AEDT step label.
Returns:
str