:ACQuire Commands
8
Keysight InfiniiVision M9241/42/43A PXIe Oscilloscopes SCPI Programmer's Guide
261
:ACQuire:SEGMented:INDex
Command Syntax
:ACQuire:SEGMented:INDex <index>
<index> ::= an integer from 1 to 1000 (w/4M memory) in NR1 format
The :ACQuire:SEGMented:INDex command sets the index into the memory
segments that have been acquired.
The segmented memory acquisition mode is enabled with the :ACQuire:MODE
command. The number of segments to acquire is set using the
:ACQuire:SEGMented:COUNt command, and data is acquired using the :DIGitize,
:SINGle, or :RUN commands. The number of memory segments that have been
acquired is returned by the :WAVeform:SEGMented:COUNt? query. The time tag of
the currently indexed memory segment is returned by the
:WAVeform:SEGMented:TTAG? query.
The maximum number of segments may be limited by the memory depth of your
oscilloscope. For example, an oscilloscope with 1M memory allows a maximum of
250 segments.
Query Syntax
:ACQuire:SEGMented:INDex?
The :ACQuire:SEGMented:INDex? query returns the current segmented memory
index setting.
Return Format
<index><NL>
<index> ::= an integer from 1 to 1000 (w/4M memory) in NR1 format
See Also
•
•
•
•
•
•
•
•
•
"Introduction to :ACQuire Commands"
Example Code
' Segmented memory commands example.
' -------------------------------------------------------------------
Option Explicit
Public myMgr As VisaComLib.ResourceManager
Public myScope As VisaComLib.FormattedIO488
Public varQueryResult As Variant