Skip to main content

point

point

This keyword creates a location in the circuit graph that can be referenced later.

The format for this command: point <ID>, the location referenced by the point can be accessed by directly referencing <ID>, for example:

from std import *

v3v3 = supply("3.3V")
gnd = dgnd()

at v3v3
wire down 100 right 100

point tmp1

wire right 200 down 100
add cap(100n)
wire down 100
to gnd

at tmp1
wire down 100
add res(10k)
wire down 100
to gnd
3.3V12C1100nGND12R110kGND