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
line 6:13.3Vline 16:1Component C1: line 12:1C1100nline 14:4GNDComponent R1: line 18:1R110kline 20:4GND