Another thought: You could instead expose the naming pattern as properties on the circuit for input, output, and input/output. Something like:
Input Naming: I{n}
Output Naming: O{n}
Input/Output: IO{n}
74xx series IC's often have inputs like A, B, C, D and outputs with numbers, which would look like:
Input Naming: {L}
Output Naming: {n,0} (0 being the starting number)
Another thought: You could instead expose the naming pattern as properties on the circuit for input, output, and input/output. Something like: Input Naming: I{n} Output Naming: O{n} Input/Output: IO{n}
74xx series IC's often have inputs like A, B, C, D and outputs with numbers, which would look like: Input Naming: {L} Output Naming: {n,0} (0 being the starting number)
And one could also do things like "Σ{n,1}".
Originally posted by @richardabendroth in https://github.com/flandreas/antares/issues/590#issuecomment-1605562310