Index
IntTime
The CBI hardware integration time as power-of-two exponent.
- Input Format:
- An integer between 5 and 12, inclusive.
- Use with do-loops:
- When an IntTime variable is used as the dependent variable of a
do-loop, the associated loop increment is
specified as an Integer constant.
- Examples:
- The following example tells the system timing generator to
take just under 1.68 seconds per integration.
integrate 11
- Context:
- Given an
IntTime value of T, the
equivalent hardware integration time is:
8.192e-4 x 2^T (seconds)
IntTime values are only used by the
integrate
command.
Martin Shepherd (13-Oct-1998)