Commands by Subsystem 5
Agilent InfiniiVision 5000 Series Oscilloscopes Programmer's Guide 173
:ACQuire:SEGMented:INDex
(see page 658)
Command Syntax
:ACQuire:SEGMented:INDex <index>
<index> ::= an integer from 2 to 250 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.
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 2 to 250 in NR1 format
See Also • ":ACQuire:MODE" on page 169
• ":ACQuire:SEGMented:COUNt" on page 172
• ":DIGitize" on page 132
• ":SINGle" on page 158
• ":RUN" on page 156
• ":WAVeform:SEGMented:COUNt" on page 519
• ":WAVeform:SEGMented:TTAG" on page 520
• ":ACQuire:SEGMented:ANALyze" on page 171
• "Introduction to :ACQuire Commands" on page 163
Example Code
' Segmented memory commands example.
' -------------------------------------------------------------------
Option Explicit
Public myMgr As VisaComLib.ResourceManager
Public myScope As VisaComLib.FormattedIO488
NOTE
This command is available when the segmented memory option (Option SGM) is enabled.