Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1488 |
|
Package | dish | |
Module | dish | |
Tool | dish |
beg | The beginning scan number | ||
Allowed: | integer | ||
Default: | F | ||
end | The ending scan number | ||
Allowed: | integer | ||
Default: | beg | ||
inc | the increment | ||
Allowed: | integer | ||
Default: | 1 |
d.addstack(10,50,2) # append even scans from 10 through 50 to the stack d.addstack(102) # append scan 102 to the stack d.addstack(105,108) # append scans 105 through 108 to the stack d.aver(d.tellstack()) # average all scans in the stack