Skip to content

simplified positionning #15

@petaflot

Description

@petaflot
D = some_diode
w = wire.sch.wire.new()
w.start_at(D.pin.A) # this works
junc = sch.junction.new()
junc.move(D.pin.A) # doesn't work, raises TypeError :'(
junc.move(D.pin.A.location.value) # works

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions