18 lines
334 B
Tcl
18 lines
334 B
Tcl
MakeHM hm anstohmsim
|
|
#MakeHM hm sim
|
|
set dim0 512
|
|
set dim1 128
|
|
hm configure HistMode Normal
|
|
hm configure OverFlowMode Ceil
|
|
hm configure dim0 $dim0
|
|
hm configure dim1 $dim1
|
|
hm configure rank 2
|
|
hm configure BinWidth 4
|
|
#hm configure BinWidth 1
|
|
hm preset 100.
|
|
hm CountMode Timer
|
|
hm configure Counter counter
|
|
hm configure init 1
|
|
hm init
|
|
|