Excitation Name Ordering Conventions

Ansys Electronics Desktop tries to sort excitations by name, using a sort of "improved" dictionary (lexicographic) ordering that takes into account trailing numerals as a special case.

So if you create some ports in the following chronological order, Port3, Port1A, Port10, Port1, Port3A, Port1A1, Port10A, you will find that they appear in the list as:

Port1, Port3, Port10, Port10A, Port1A, Port1A1, Port3A

Explanation:

If the leading strings contain punctuation characters (. and _). The ordering is by the character's ASCII code, so period (ASCII 46) is before underscore (ASCII 95.)