Model 2461 Interactive SourceMeter® Instrument Reference Manual
Section 6: SCPI command reference
2461-901-01 A/November 2015
6-177
:TRACe:TRIGger:DIGitize
This command makes readings using the active digitize function and stores them in the reading buffer.
Type
Affected by
Where saved
Default value
Command only
Not applicable
Not applicable
Not applicable
Usage
:TRACe:TRIGger:DIGitize
:TRACe:TRIGger:DIGitize "<bufferName>"
<bufferName>
A string that indicates the reading buffer; the default buffers
(
defbuffer1
or
defbuffer2
) or the name of a user-defined buffer; if no
buffer is specified,
defbuffer1
is used
Details
A digitize function must be selected before sending this command.
This command makes the number of digitize measurements that is set by the digitize count
command.
Example
DIG:FUNC "VOLTage"
TRACe:MAKE "MyBuffer", 60000
TRACe:TRIG:DIG "MyBuffer"
TRACe:TRIG:DIG "MyBuffer"
TRACe:TRIG:DIG "MyBuffer"
TRACe:TRIG:DIG "MyBuffer"
TRACe:TRIG:DIG "MyBuffer"
TRACe:DATA? 1,5, "MyBuffer", rel
Make the digitize voltage measurement function the active
function.
Create a buffer called
MyBuffer
with a maximum size of
60000.
Make readings and store them in
MyBuffer
.
Recall the relative time when the data points were measured
for the first five readings in the buffer.
Example output:
0.000000,0.408402,0.816757,1.208823,1.617529
Also see
(on page 6-80)
[:SENSe[1]]:DIGitize:FUNCtion[:ON]
(on page 6-81)
(on page 6-165)