Chapter 4
Programming
139
SR860 DSP Lock-in Amplifier
numbers based on the value of
CAPTURECFG
. Querying with n=0 returns the oldest data
from the buffer.
Example
CAPTUREVAL? 3
returns the data from position 3 (the 4
th
sample)
CAPTUREGET? [ i ], [ j ]
The
CAPTUREGET?
query returns all or part of the capture buffer contents as a binary
block. The binary block returns j kbytes of capture buffer contents beginning with an
offset of i kbytes. If (i+j) is longer than
CAPTURELEN
, then CAPTUREGET returns
wrapped data.
The maximum length j is 64 (corresponding to 64 kbytes). Both parameters i and j must
be provided. Capture must be stopped when executing
CAPTUREGET?
or a range error
is generated.
The binary block query response is in the following format:
#nccccxxxxxxx
Where “
#
” is the hash character (character code 35), “
n
” is a single digit specifying the
number of digits to follow in the block length count; “
cccc
” is the
n
–digit integer size of
the binary block to follow, and “
xxxxxxx
” is the
cccc
–byte binary data. Data is packed
as 4-byte (32-bit) single precision floating point binary, in little endian format.
Example
CAPTUREGET? 0,32
returns a binary block with 32 kbytes of capture data
Содержание SR860
Страница 1: ...Revision 2 01 Operation Manual SR860 500 kHz DSP Lock in Amplifier ...
Страница 5: ...Safety and Preparation For Use iii SR860 DSP Lock in Amplifier ...
Страница 6: ...iv Safety and Preparation For Use SR860 DSP Lock in Amplifier ...
Страница 54: ...36 Getting Started Chapter 1 SR860 DSP Lock in Amplifier ...
Страница 118: ......
Страница 172: ......
Страница 186: ...168 The FFT Display Appendix B SR860 DSP Lock in Amplifier ...
Страница 192: ......
Страница 222: ...204 Circuit Description Appendix H SR860 DSP Lock in Amplifier Partial schematics follow this page ...