Changeset 3911
- Timestamp:
- Sep 3, 2013, 10:00:49 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/zoo/curve/curve.tcl
r3907 r3911 49 49 "Current through the pull-down resistor." 50 50 $driver put output.curve(multi$factor).yaxis.units "uA" 51 $driver put output.curve(multi$factor).yaxis. scale"log"51 $driver put output.curve(multi$factor).yaxis.log "log" 52 52 53 53 for {set x $min} {$x < $max} {set x [expr {$x+$dx}]} {
Note: See TracChangeset
for help on using the changeset viewer.