summaryrefslogtreecommitdiffstats
path: root/funtools/test.tcl
blob: 4c944bf78de0889c6d98fa3d17bd4b26c5e65e97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
lappend auto_path .

package require tclfun 1.0

# xx "cir(512,512,.1)"
# xx "cir(512,512,.1)&&pha==5"
# no spaces or else the quoting is a nightmare
proc xx { reg } {
    set buf [fundisp "/home/eric/data/snr.ev\[$reg\]"]
    puts "and the answer is ..."
    puts $buf
}