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