Specifications
Section 7. Measurement Instructions
27
250 µSec integrate 50 mV gain
28
250 µSec integrate 20 mV single ended offset
29
250 µSec integrate 20 mV differential offset
30
250 µSec scriptsizeintegrate 20 mV gain
31 60 Hz rejection 5000 mV single ended offset
32 60 Hz rejection 5000 mV differential offset
33 60 Hz rejection 5000 mV gain
34 60 Hz rejection 1000 mV single ended offset
35 60 Hz rejection 1000 mV differential offset
36 60 Hz rejection 1000 mV gain
37 60 Hz rejection 200 mV single ended offset
38 60 Hz rejection 200 mV differential offset
39 60 Hz rejection 200 mV gain
40 60 Hz rejection 50 mV single ended offset
41 60 Hz rejection 50 mV differential offset
42 60 Hz rejection 50 mV gain
43 60 Hz rejection 20 mV single ended offset
44 60 Hz rejection 20 mV differential offset
45 60 Hz rejection 20 mV gain
46 50 Hz rejection 5000 mV single ended offset
47 50 Hz rejection 5000 mV differential offset
48 50 Hz rejection 5000 mV gain
49 50 Hz rejection 1000 mV single ended offset
50 50 Hz rejection 1000 mV differential offset
51 50 Hz rejection 1000 mV gain
52 50 Hz rejection 200 mV single ended offset
53 50 Hz rejection 200 mV differential offset
54 50 Hz rejection 200 mV gain
55 50 Hz rejection 50 mV single ended offset
56 50 Hz rejection 50 mV differential offset
57 50 Hz rejection 50 mV gain
58 50 Hz rejection 20 mV single ended offset
59 50 Hz rejection 20 mV differential offset
60 50 Hz rejection 20 mV gain
InstructionTimes (Dest)
The InstructionTimes instruction returns the execution time of each instruction
in the program.
The InstructionTimes instruction loads the Dest array with execution times for
each instruction in the program (in microseconds). InstructionTimes must
appear before the BeginProg statement in the program.
Each element in the array corresponds to a line number in the program. To
accommodate all of the instructions in the program, the array must be
dimensioned to a number greater than or equal to the total number of lines in
the program, including blank lines and comments. The Dest array must also be
dimensioned as a long integer (e.g., Public Array(20) AS LONG).
7-15