Hi! I would like to have netname for pins that is a function of external variables, such as ```julia for i = 1:10, :(v_$i) = voltagesource(10), [+] == "vsrc_$i", [-] == gnd end ``` Currently the code will show that i is undefined due to the QuoteNode nature of the pins. Thanks a lot!!