Manual

P
ART
O
NE
:
ABOUT
REMOTE
CONTROL
52
ISSUED: February 2005
WM-RCM-E Rev D
Second Data Array block (DATA_ARRAY_2): This is a second data array, needed to hold the results of
processing functions such as Extrema or FFT math functions:
E
XTREMA
FFT
DATA_ARRAY_1 Roof trace Real part
DATA_ARRAY_2 Floor trace Imaginary part
NOTE: The instrument template
also describes an array named DUAL.
But this is simply a way to allow the
INSPECT? command to examine the
two data arrays together.
INSPECT WAVEFORM CONTENTS
Use the INSPECT? query to examine the contents of your waveform. You can use it on both of the main
waveform parts. Its most basic form is: INSPECT? “name”, the template giving you the name of a descriptor
item or data block. You may use single quotation marks or double ones in the command (or none at all) but the
reply will always use double quotes. The answer is returned as a single string, but may cover many lines. Some
typical dialogue follows:
Question C1:INSPECT? “VERTICAL_OFFSET”
Response “VERTICAL_OFFSET: -4.0000e-002”
Question C1:INSPECT? “TRIGGER_TIME”
Response “TRIGGER_TIME: Date = APR 8, 2004, Time = 10:29: 0.311462573”
You can also use INSPECT? to provide a readable translation of the full waveform descriptor block using
INSPECT? “WAVEDESC”. Again, the template will give you the details for interpretation of each of the
parameters. Also use INSPECT? “SIMPLE” to examine the measured data values of a waveform. For example,
for an acquisition with 52 points:
INSPECT? “SIMPLE”
C1:INSP “
0.0005225 0.0006475 -0.00029 -0.000915 2.25001E-05 0.000835
0.0001475 -0.0013525 -0.00204 -4E-05 0.0011475 0.0011475
-0.000915 -0.00179 -0.0002275 0.0011475 0.001085 -0.00079
-0.00179 -0.0002275 0.00071 0.00096 -0.0003525 -0.00104
0.0002725 0.0007725 0.00071 -0.0003525 -0.00129 -0.0002275
0.0005225 0.00046 -0.00104 -0.00154 0.0005225 0.0012725
0.001335 -0.0009775 -0.001915 -0.000165 0.0012725 0.00096
-0.000665 -0.001665 -0.0001025 0.0010225 0.00096 -0.0003525
-0.000915 8.50001E-05 0.000835 0.0005225
The numbers in the table above are the fully converted measurements in volts. When the data block contains
thousands of items the string will contain a great many lines.
Depending on the application, you may prefer the data in its raw form, with either a BYTE (8 bits) or a
WORD (16 bits) for each data value. In that case, use the relations INSPECT? “SIMPLE”,BYTE with