LISST - 25 User’s Guide
20
WE
Wait exactly x seconds from last WE command before returning
Syntax:
WE x or we x
Description:
Wait x seconds from end of last WE command before returning to batch file
processing. WE 0 can be used to reset timer.
Example:
Batch file lines: WE 0
RP 5
GR 100
WE 300
ER
The above example will store a 5 bursts of 100 samples every 300 seconds.
The WE 0 command is only executed once. The during the loop the previous
WE 300 command is used to reset the timer for the next WE 300 command.
Cautions:
If the wait time specified has already elapsed a warning message will be
printed to the screen. Make sure that the time required to acquire the
averaged samples is shorter than the desired wait time.
WT
Wait x seconds before returning
Syntax:
WT x or wt x
Description:
Wait x seconds before returning to batch file processing.
Example:
See the above example in the RP command description
Cautions:
None