WAITFOR ( String  BLOCK,
Generic  VALUE,
Generic  RANGE,
Generic  LOWLIMIT,
Generic  HIGHLIMIT,
Generic  EXTRAPARAMS,
Qualifier  ALL,
Qualifier  ANY 
)

Wait for a specified condition before proceeding further.

The command allows script execution to be suspended until e.g. the specified number of uAmp.hour has been reached or some other condition. Multiple conditions can be specified on the command and then /ALL or /ANY will indicate if one of all of these needs to be met.

Parameters:
[in] ALL Wait for all conditions
[in] ANY Wait for any condition
[in] RANGE An Interval structure indicating the range of values to wait for
[in] LOWLIMIT Low limit of range
[in] HIGHLIMIT High limit of range
[in] EXTRAPARAMS NAME=VALUE list of blocks to wait for. NAME can be any current SECI block or the following pre-defined named

  • SECONDS real time
  • FRAMES good frames
  • UAMPS microamps
  • TIME a Interval containing hours:minutes
 All Files Functions

Generated on 9 May 2010 for Open GENIE GCL for Instruments by  doxygen 1.6.1