Skip to content

Define netnames based on external variables? #138

Closed
@Arrondissement5etDemi

Description

@Arrondissement5etDemi

Hi!

I would like to have netname for pins that is a function of external variables, such as

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!!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions