Changeset 429
- Timestamp:
- Dec 4, 2009 5:06:01 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/readexp.tcl
- Property rcs:date changed from 2001/09/04 22:04:24 to 2001/09/04 22:57:16
- Property rcs:lines changed from +33 -0 to +11 -0
- Property rcs:rev changed from 1.28 to 1.29
r415 r429 992 992 # tmin/tmax -- minimum & maximum usable 2theta/TOF/energy 993 993 # excl -- excluded regions (*) 994 # dmin -- minimum d-space for reflection generation (*) 994 995 proc histinfo {histlist parm "action get" "value {}"} { 995 996 global expgui … … 1351 1352 return [string trim [readexp "${key} HFIL"] ] 1352 1353 } 1354 file-set { 1355 setexp "${key} HFIL" $value 3 65 1356 } 1353 1357 bank-get { 1354 1358 return [string trim [string range [readexp "${key} BANK"] 0 4]] 1359 } 1360 dmin-get { 1361 return [string trim [string range [readexp "${key} NREF"] 5 14]] 1362 } 1363 dmin-set { 1364 if ![validreal value 10 4] {return 0} 1365 setexp "${key} NREF" $value 6 10 1355 1366 } 1356 1367 default {
Note: See TracChangeset
for help on using the changeset viewer.