value="
.lib /foss/pdks/sky130A/libs.tech/ngspice/sky130.lib.spice tt
.control
dc VGS 0 20 0.1
plot -i(VDS)
.endc
.save all
"
DC Sweep
dc <parameter> <start> <stop> <step>
value="
.lib /foss/pdks/sky130A/libs.tech/ngspice/sky130.lib.spice tt
.control
dc VGS 0 20 0.1
plot -i(VDS)
.endc
.save all
"
dc <parameter> <start> <stop> <step>