Tektronix products are covered by U.S. and foreign patents, issued and pending. Information in this publication
supersedes that in all previously published material. Specifications and price change privileges reserved.
TEKTRONIX and TEK are registered trademarks of Tektronix, Inc.
Contacting
Tektronix, Inc.
14150 SW Karl Braun Drive
P.O. Box 50
Beaverton, OR 97077
USA
For product information, sales, service, and technical support:
In North America, call 1-800-833-9200.
Worl dwi
Tektronix
0
de, visit www.tektronix.com to find contacts in your area.
This programmer manual provides you with the information required to u se GPIB
commands for remotely controlling y our instrument. This document supports the
following in
DSA8200
CSA8200
TDS8200
CSA8000B
TDS8000B
CSA8000
TDS8000
struments:
DSA/CSA/TDS8X00/B Series Programmer Manualiii
Preface
ivDSA/CSA/TDS8X00/B Series Programmer Manual
Getting Started
This programmer manual provides you with the information required to use
GPIB commands to remotely control your instrument. With this information,
you can write
front-panel controls, taking measurements, performing statistical calculations, and
exporting data for use in other programs, such as spreadsheets.
Besides the traditional GPIB electronic interface (referred to as the physical GPIB
interface), your instrument has aTe kVISA GPIB-compatible interface (referred
to as the virtual GPIB interface). This is a software Application Programming
Interface (API) which enables you to communicate with the instrument in a
variety of ways, including via the internet. With the following two exceptions,
these in
HEADER. Command headers enabled or disabled on one interface are
corresp
command descriptions for more detailed information.
computer programs that will perform functions such as setting the
terfaces are completely independent:
ondingly enabled or disabled on the other interface. Refer to the
VERBOS
enabled or disabled on the other interface. Refer to the command description
for more detailed information.
Most examples in this document assume that both
E. Verbosity enabled or disabled on one interface is correspondingly
HEADER and VERBOSE are ON.
DSA/CSA/TDS8X00/B Series Programmer Manual1-1
Getting Started
The programmer
Getting Started. This section introduces you to the programming information
and provides b
control.
Syntax and C
syntax that you use to communicate with the instrument and other general
information about commands, such as how commands and queries are
constructed, how to enter commands, constructed mnemonics, and argument
types.
Command Groups. This section contains all the commands listed by their
functional groups. Each group consists of an overview of the commands in
that group and a table that lists all the commands and queries for that group.
You c a n c
the command.
Comman
commands in alphabetical order and is where you can find the complete
description of each command.
Status and Events. This section discusses the status and event reporting
system for the GPIB interfaces. This syste m informs you of certain significant
events that occur within the instrument. Topics that are discussed include
registers, queues, event handling sequences, synchronization methods, and
messages that the instrument may return, including error messages.
manual is divided into the following major sections:
asic information about setting up your instrument for remote
ommands. This section provides an overview of the command
lick a command in the listing to display a detailed description of
ds Listed in Alphabetical Order. This section contains all the
Appendices. This section contains miscellaneous information, such as a
list of reserved words, a table of the factory initialization (default) settings,
d interface specifications that may be helpful when using commands to
an
remotely control the instrument.
1-2DSA/CSA/TDS8X00/B Series Programmer Manual
Getting Started
SettingUpRem
Connecting to the
Instrument
ote Communications
Before setting up the instrument for remote communications using the electronic
(physical) GPIB interface, you should familiarize yourself with the following
GPIB require
A unique device address must be assigned to each device on the bus. No two
devices can
No more than 15 devices can be connected to any one line.
One device should be connected for every 6 feet (2 meters) of cable used.
No more than 65 feet (20 meters) of cable should be used to connect devices
to a bus.
At least two-thirds of the d evices on the network should be powered on while
using the network.
Connect the devices on the network in a star or linear configuration. Do not
use loop or parallel configurations.
Your instrument has a 24-pin GPIB connector on its rear (side) panel. This
connector has a D-type shell and conforms to IEEE Std 488.1–1987. Attach an
IEEE Std 488.1–1987 GPIB cable to this connector and to your controller as
shown in the following figure.
ments:
share the same device address.
If necessary, the GPIB connectors can be stacked as shown in the figure below.
DSA/CSA/TDS8X00/B Series Programmer Manual1-3
Getting Started
Setting the GPIB Address
To function correctly, your instrument must have a unique device address. The
default settings for the GPIB configuration are:
GPIB Address: 1
GPIB Mode: GPIB Talk/Listen
1-4DSA/CSA/TDS8X00/B Series Programmer Manual
Getting Started
To change eithe
1. Select User Preferences from the Utilities menu.
2. Select the GPIB Configuration Tab.
r of the GPIB settings, do the following:
3. Change the GPIB Address to a unique address.
4. Clic
The instrument is now set up for bidirectional communication with your controller.
ter/Slave Mode
Mas
DSA/CSA/TDS8X00/B Series Programmer Manual1-5
The DSA8200 is factory set to be a GPIB device (slave), allowing you to control
the instrument via the GPIB port. You can change the instrument to be a GPIB
controller (master), allowing you to control other devices via the GPIB port.
GPIB/VISA Controller/Device (Master/Slave) Switch. The DSA8200 can be
configured as a GPIB Device (Slave) or Controller (Master). The factory setting
is configured to enable control of the instrument via the GPIB port, referred to
as the “Device Mode”.
kOK.
Getting Started
You can change t
port by switching the instrument to be a GPIB Controller referred to as the
“Controller Mode”.
To switch the instrument between these two modes, use the GPIB
Device-Controller Utility found in the Windows Start menu under Programs
> Tektronix DSA8200 > GPIB Device-Controller Utility. Starting this utility
displays the TekGpibSwitcher screen which allows you to switch the instrument
between the two modes.
NOTE. Swit
he instrument to be used to control other devices via the GPIB
ching the mode causes the instrument to automatically re boot.
1-6DSA/CSA/TDS8X00/B Series Programmer Manual
Command Syntax
You can control the operations and functions of the instrument through the
GPIB interface using commands and queries. The related topics listed below
describe the
conventions that the instrument uses to process them. See the Command Groups
topic in the table of contents for a listing of the commands by command group, or
use the index to locate a specificcommand.
syntax of these commands and queries. The topics also describe the
Backus-Naur Form
Notation
This documentation describes the commands and queries using Backus-Naur
Form (BNF) notation. Refer to the following table for the symbols that are used.
Table 2-1: Symbols for Backus-Naur Form
SymbolMeaning
<>
::=
|Exclusive OR
{ }Group; one element is required
[]
.. .
( )Comment
Command and Query Structure
mmands consist of set commands and query commands (usually called
Co
commands and queries). Commands modify instrument settings or tell the
instrument to perform a specific action. Queries cause the instrument to return
data and status information.
Defined element
Is defined as
Optional; can be omitted
Previous element(s) may be repeated
Most commands have both a set form and a query form. The query form of the
command differs from the set form by its question m ark on the end. For example,
the set command
commands have both a set and a query form. Some commands have set only and
some have query only.
Messages
DSA/CSA/TDS8X00/B Series Programmer Manual2-1
A command message is a command or query name followed by any information
the instrument needs to execute the command or query. Command messages may
contain five element types, defined in the following table.
ACQuire:MODe has a query form ACQuire:MODe?.Notall
Command Syntax
Commands
Table 2-2: Comm
SymbolMeaning
<Header>
<Mnemonic>
<Argument
<Comma>A single c
<Space>
Comman
>
ds cause the instrument to perform a specific function or change one of
and Message Elements
This is the basic command name. If the header ends with a question
mark, the command is a query. The header may begin with a colon
(:) c haracte
the beginning colon is required. Never use the beginning colon with
command headers beginning with a star (*).
This is a header subfunction. Some command headers have only one
mnemonic. I
character always separates them from each other.
This is a qu
Some commands have no arguments while others have multiple
arguments. A <space> separates arguments from the header. A
<comma> se
commands. Optionally, there may be white space characters before
and after the comma.
A white space character is used between a command header and the
related argument. Optionally, a white space may consist of multiple
white sp
r. If the command is concatenated with other commands,
f a command header has multiple mnemonics, a colon (:)
antity, quality, restriction, or limit associated with the header.
parates arguments from each other.
omma is used between arguments of multiple-argument
ace characters.
the settings. Commands have the structure:
eader>[<Space><Argument>[<Comma> <Argument>]...]
[:]<H
A command header consists of one or more mnemonics arranged in a hierarchical
ee structure. The first mnemonic is the base or root of the tree and each
or tr
subsequent mnemonic is a level or branch off the previous one. Commands at a
higher level in the tree may affect those at a lower level. The leading colon (:)
always returns you to the base of the command tree.
2-2DSA/CSA/TDS8X00/B Series Programmer Manual
Command Syntax
Queries
Headers
Queries cause t
he instrument to return status or setting information. Queries
You can specify a query command at any level within the command tree unless
otherwise noted. These branch queries return information about all the mnemonics
below the sp
ecified branch or level. For example, HIStogram:STATistics:STDdev?
returns the standard deviation of the histogram, while HIStogram:STATistics?
returns all the histogram statistics, and HIStogram? returns all the histogram
parameters.
You can control whether the instrument returns headers as part of the query
response. Use the HEADer command to control this feature. If header is on,
the query response returns command headers, then formats itself as a valid set
command. When header is off, the response includes only the values. This may
make it easier to parse and extract the information from the response. The table
shows the difference in responses.
below
Table 2-3: Comparison of Header Off and Header On Responses
QueryHeader OffHeader On
TIME?
ACQuire:NUMAVg?
"14:30:00":TIME"14:30:00"
100
:ACQUIRE:NUMAVG 100
Clearing the Instrument
You can clear the Output Queue and reset the instrument to accept a new
command or query by using the selected Device Clear (DCL) GPIB function.
Refer to your GPIB library documentation for further d etails about the selected
Device Clear operation.
DSA/CSA/TDS8X00/B Series Programmer Manual2-3
Command Syntax
Command Entry
The following rules apply when entering commands:
You can enter commands in upper or lower case.
You can precede any command with white space characters. White space
characters include any combination of the ASCII control characters 00 through
09 and 0B through 20 hexadecimal (0 through 9 and 11 through 32 decimal).
The instrument ignores commands consisting of any combination of white
space characters and line feeds.
Abbreviating
atenating
Conc
You can abbreviate many instrument commands. Each command in this
documentation shows the abbreviations in capitals. For example, you can enter
the command ACQuire:NUMAvg simply as ACQ:NUMA or acq:numa.
Abbreviation rules may change over time as new instrument models are
introduced. Thus, for the most robust code, use the full spelling.
If you use the HEADer command to have command headers included as part
of query responses, you can further control whether the returned headers are
abbreviated or are full-length with the VERBose command.
You can concatenate any combination of set commands and queries using a
semicolon (;). The instrument executes concatenated commands in the order
received.
2-4DSA/CSA/TDS8X00/B Series Programmer Manual
Command Syntax
When concatena
ting commands and queries, you must follow these rules:
1. Separate completely different headers by a semicolon and by the beginning
colon on all commands except the first one. For example, the commands
TRIGger:MODe NORMal and ACQ uire:NUMAVg 10, can be concatenated
into the following single command:
TRIGger:MODe NORMal;:ACQuire:NUMAVg 10
2. If concatenated commands have headers that differ by only the last mnemonic,
you can abbreviate the second command and eliminate the beginning colon.
For example, you can concatenate the commands
ACQuire:MODe ENVelope
and ACQuire:NUMAVg 10 into a single command:
ACQuire:MODe ENVelope; NUMAVg 10
The longer version works equally well:
ACQuire:MODe ENVelope;:ACQuire:NUMAVg 10
3. Never precede a star (*) command with a colon:
ACQuire:MODe ENVelope;*OPC
Any commands that follow will be processed as if the star command was not
there so the commands,
ACQuire:MODe ENVelope;*OPC;NUMAVg 10 will
set the acquisition mode to envelope and set the number of acquisitions for
averaging to 10.
4. When you concatenate queries, the responses to all the queries are
concatenated into a single response message. For example, if the display
imageview color is temperature and the display recordview color is spectral,
the concatenated query
5. Set commands and queries may be concatenated in the same message. For
example,
ACQuire:MODe SAMple;NUMAVg?;STATE?
is a valid message that sets the acquisition mode to sample. The message then
queries the number of acquisitions for averaging and the acquisition state.
Concatenated commands and queries are executed in the order received.
Here are some invalid concatenations:
DISplay:STYle:NORMal;ACQuire:NUMAVg 10 (no colon before ACQuire)
DISplay:COLor:CURSor1 1;COLor:CURSor2 5 (levels o f the mnemonics
are differe
front of
nt; either remove the second use of
COLor:CURSor2 5)
:CURSor1 1;:CURSor2 5
e:NORMal;:*OPC
(colon before a star (*) command)
(extra colon before CURSor2; use
COLor or place :DISplay: in
This documentation uses <EOM> (End of message) to represent a message
terminato
r.
Table 2-4: End of Message Terminator
SymbolMeaning
<EOM>
Message terminator
The end-of-message terminator must be the END message (EOI asserted
concurrently with the last data byte). The last data byte may be an ASCII linefeed
(LF) ch
aracter.
This instrument does not support ASCII LF only message termination. The
ument always terminates outgoing messages with LF and EOI.
instr
Constructed Mnemonics
Some
a channel mnemonic can be CH1, CH2, CH3, ... through CH8. You use these
mnemonics in the command just as you do any other mnemonic. For example,
there is a CH1:POSition command, and there is also a CH2:POSition command.
In the command descriptions, this list of choices is abbreviated a s CH<x>.
Cursor Position
Mnemonics
When cursors are displayed, commands may specify which cursor of the pair to
use.
Table 2-5: Cursor Mnemonics
SymbolMeaning
CURSOR<x>
POSITION<x>
HPOS<x>
header mnemonics specify one of a range of mnemonics. For example,
A cursor selector; <x> is either 1 or 2.
A cursor selector; <x> is either 1 or 2.
A cursor selector; <x> is either 1 or 2.
2-6DSA/CSA/TDS8X00/B Series Programmer Manual
Command Syntax
Histogram Statistics
Specifier Mnemonics
Magnified Timebase
Specifier Mnemonics
Mask Specifier Mnemonics
Commands can sp
ecify which Sigma value to return for histogram statistics as a
mnemonic in the header. A Sigma is specified in this way:
SIGMA<x>A histogram statistics specifier; <x> is either 1, 2, or 3.
Commands can specify which of two magnified timebases to set or query as a
mnemonic in the header. The magnified timebases are specified in this way:
Table 2-7: Magnified Timebase Specifier Mnemonics
SymbolMeaning
MAG<x>A magnified specifier; <x> is 1or 2.
Commands can specify w hich mask to set or query as a mnemonic in the header.
The masks are specified in this way:
Table2-8: MaskSpecifier Mnemonics
Measurement Specifier
Mnemonics
Channel Mnemonics
SymbolMeaning
MASK<x>A mask specifier; <x> is 1 through 8.
Commands can specify which measurement to set or query as a mnemonic in
the header. Up to eight automated measurements may be displayed with each
displayed waveform. The displayed measurements are specified in this way:
Table 2-9: Measurement Specifier Mnemonics
SymbolMeaning
MEAS<x>A measurement specifier; <x> is 1 through 8.
SOURCE<x>A waveform specifier; <x> is either 1 (Source 1 waveform) or 2 (Source
2 waveform).
REFLevel<x>
A waveform specifier for reference level measurements; <x> is either 1
(Source 1 waveform) or 2 (Source 2 waveform).
Commands specify the channel to use as a mnemonic in the header.
Table 2-10: Channel Mnemonics
SymbolMeaning
CH<x>A channel specifier; <x> is 1 through 8.
DSA/CSA/TDS8X00/B Series Programmer Manual2-7
Command Syntax
Math Waveform
Mnemonics
Reference Waveform
Mnemonics
Waveform Database
Mnemonics
Commands can sp
ecify the mathematical waveform to use as a mnemonic in
the header.
Table 2-11: Math Waveform Mnemonics
SymbolMeaning
Math<x>
ands can specify the reference waveform to use as a mnemonic in the
Comm
A math waveform specifier; <x> is 1 through 8.
header.
Table 2-12: Reference Waveform Mnemonics
SymbolMeaning
REF<x>
A reference waveform specifier; <x> is 1 through 8.
Commands can specify the reference waveform to use as a mnemonic in the
header.
Table 2-13: Waveform Database Mnemonics
Rules
Abbreviating
SymbolMeaning
WFMDB<x>
A waveform database specifier; <x> is either 1 or2.
The following rules apply when entering commands:
You can enter commands in upper or lower case.
You can precede any command with white space characters. White space
characters inc
lude any combination of the ASCII control characters 00 through
09 and 0B through 20 hexadecimal (0 through 9 and 11 through 32 decimal).
The instrument ignores commands consisting of any combination of white
space characters and line feeds.
You can abbreviate many instrument commands. Each command in this
documentation shows the abbreviations in capitals. For example, you can ent
the command ACQuire:NUMAvg simply as ACQ:NUMA or acq:numa.
Abbreviation rules may change over time as new instrument models are
introduced. Thus, for the most robust code, use the full spelling.
If you use the HEADer command to have command headers included as part
of query responses, you can further control whether the returned headers are
abbreviated or are full-length with the VERBose command.
er
2-8DSA/CSA/TDS8X00/B Series Programmer Manual
Argument Types
Command Syntax
Numeric
Quoted String
Many instrument commands require numeric arguments. The syntax shows the
format that the instrument returns in response to a query. This is also the preferred
format when sending the command to the instrument though any of the formats
will be accepted. This documentation represents these arguments as follows:
Table 2-14: Numeric Arguments
SymbolMeaning
<NR1>
<NR2>Floating point value without an exponent
<NR3>Floating point value with an exponent
Signed integer value
Most numeric arguments will be automatically forced to a valid setting, either by
rounding or truncating, when an invalid number is input unless otherwise noted
in the command description.
Some commands accept or return data in the form of a quoted string, which is
simply a group of ASCII characters enclosed by a single quote (') or double quote
("). The following i
string"
. This documentation represents these arguments as follows:
s an example of a quoted string:
"This is a quoted
Table 2-15: Quoted String Argument
SymbolMeaning
<QString>Quoted string of ASCII text
A quoted string can include any character defined in the 7-bit ASCII character
set. Follow these rules when you use quoted strings:
1. Use the same type of quote character to open and close the string. For
example:
"this is a valid string".
2. You can mix quotation marks within a string as long as you follow the
previous rule. For example,
"this is an 'acceptable' string".
3. You can include a quote character within a string by repeating the quote. For
example:
"here is a "" mark".
4. Strings can have upper or lower case characters.
5. If you use a GPIB network, you cannot terminate a quoted string with the
END message before the closing delimiter.
6. A carriage return or line feed embedded in a quoted string does not terminate
the string, but is treated as just another character in the string.
7. The maximum length of a quoted string returned from a query is 1000
characters.
DSA/CSA/TDS8X00/B Series Programmer Manual2-9
Command Syntax
Block
Here are some in
"Invalid string argument' (quotes are not of the same type)
"test<EOI>" (termination character is embedded in the string)
valid strings:
Several instrument commands use a block argument form (see the following table).
Table 2-16: Block Argument
SymbolMeaning
<NZDig>
<Dig>
<DChar>A character with the hexadecimal equivalent of 00 through FF (0
<Block>
<NZDig
> specifies the number of <Dig> elements that follow. Taken together,
A nonzero digit character in the range of 1–9
A digit character, in the range of 0–9
through 255 decimal)
A block of data bytes defined as: <Block> ::=
{#<NZDig><Dig>[<Dig>...][<DChar>...]
|#0[<DChar>...]<terminator>}
the <NZDig> and <Dig> elements form a decimal integer that specifies how
many <DChar> elements follow.
Command Entry
Concatenating
2-10DSA/CSA/TDS8X00/B Series Programmer Manual
You can concatenate any combination of set commands and queries using a
emicolon (;). The instrument executes concatenated commands in the order
s
received.
Command Syntax
When concatena
ting commands and queries, you must follow these rules:
Separate completely different headers by a semicolon and by the beginning
colon on all commands except the first one. For example, the commands,
TRIGger:MODe NORMal and ACQ uire:NUMAVg 10, can be concatenated
into the following single command:
TRIGger:MODe NORMal;:ACQuire:NUMAVg 10
If concatenated commands have headers that differ by only the last mnemonic,
you can abbreviate the second command and eliminate the beginning colon.
For example, you can concatenate the commands ACQuire:MODe ENVelope
and ACQuire:NUMAVg 10 into a single command:
ACQuire:MODe ENVElope; NUMAVg 10
The longer version works equally well:
ACQuire:MODe ENVElope;:ACQuire:NUMAVg 10
Never precede a star (*) command with a colon:
ACQuire:MODe ENVElope;*OPC
Any commands that follow will be processed as if the star command was
not there. For example, the ACQuire:MODe ENVElope;*OPC;NUMAVg
10 commands will set the acquisition mode to envelope and set the number
of acquisitions for averaging t
o 10.
When you concatenate queries, the responses to all the queries are
concatenated into a single response message. For example, if the display
background color is white and the display foreground color is black, the
concatenated query DISplay:COLor:BACKGround?;FOREGround? will
return the following:
Iftheheaderison:
:DISPLAY:COLOR:BACKGROUND 7;
:DISPLAY:COLOR:FOREGROUND 0
If the header is off:
7;0
Set commands and queries may be concatenated in the same message. For
example,
ACQuire:MODe SAMple;NUMAVg?;STATE?
is a valid message that sets the acquisition mode to sample. The message
then queries the number of acquisitions for averaging and the acquisition
state. Concatenated commands and queries are executed in the order
received.
Here are some invalid concatenations:
DSA/CSA/TDS8X00/B Series Programmer Manual2 -11
Command Syntax
Terminating
DISplay:STYle
:NORMal;ACQuire:NUMAVg 10 (no colon before ACQuire)
DISplay:COLor:CURSor1 1;:CURSor2 5 (extra colon before CURSor2; use
DISplay:COLo
r:CURSor11;CURSor25instead)
DISplay:STYle:NORMal;:*OPC (colon before a star (*) command)
ISPlay:COLor:CURSor1 1;COLor:CURSor2 5 (levels of the mnemonics
are different; either remove the second use of COLor or place :DISplay: in
front of COL
or:CURSor2 5)
This documentation uses <EOM> (End of message) to represent a message
terminator.
Table 2-
SymbolMeaning
<EOM>
17: End of Message Terminator
Message
terminator
The end-of-message terminator must be the END message (EOI asserted
concurrently with the last data byte). The last data byte may be an ASCII linefeed
(LF) character. This instrument doe s not support ASCII LF only message
nation. The instrument always terminates outgoing messages with LF and
termi
EOI. It allows white space before the terminator. For example, it allows CR LF.
2-12DSA/CSA/TDS8X00/B Series Programmer Manual
Command Groups
The DSA8200 programmable interface conforms to Tektronix standard codes
and formats except where noted. The GPIB interface also conforms to IEEE
Std 488.2-19
Acquisition Command Group
Use the commands in the Acquisition Command Group to set up the modes and
functions that control how the instrument acquires the signals you input to the
channels and processes them into waveforms.
Using these commands for acquiring waveforms, you can do the following:
Start and stop acquisitions.
Control whether each waveform is simply acquired, averaged, or enveloped
over successive acquisitions of that waveform.
Set the controls or conditions that start and stop acquisitions.
Determine the action the system takes upon completing an acquisition, such
as saving all waveforms and taking a me
stopped.
87 except where noted.
asurement when the acquisition is
Get data on acquired waveforms, histograms, and masks.
ACQuire:NUMAVgSets or returns number of acquisitions for an
ACQuire:SAVEFile:SAVEScreenSets or returns the file to save screen to on
Returns acquisition parameters
Returns histogram hits count
Returns mask hits count
Returns mask samples count
Returns total mask hits count
averaged waveform
acquisition stopped
DSA/CSA/TDS8X00/B Series Programmer Manual2-13
Command Groups
Table 2-18: Acquisition Commands (cont.)
CommandDescription
ACQuire:SAVEFile:SAVEWfmSets or returns the file to save waveform
data to on acquisition stopped
ACQuire:STATEStarts, stops, or returns acquisition state
ACQuire:STOPAfter?Returns all stopafter parameters
ACQuire:STOPAfter:ACTionSets or returns the stopafter action
ACQuire:STOPAfter:BELLSets or returns whether to sound bell on
acquisition stopped
ACQuire:STOPAfter:CONDitionSets or r eturns the acquisition stopafter
condition
ACQuire:STOPAfter:COUNtSets or returns the stopafter count value
The stopafter count value is
dependent on the condition set by the
ACQuire:STOPAfter:CONDiton command
ACQuire:STOPAfter:MODeSets or returns the stopafter mode
Calibration Command Group
The calibration commands provide information about the current state of the
calibration for the mainframe and all resident sampling-module channels.
Additional commands allow you to update portions of the “electronic calibration
sticker” information, to check the protection status of the calibration information,
and to set or query the front-panel DC calibration output.
Command
CALibrate:DATE:CH<x>?Returns date and time of the last sampling
CALibrate:DATE:MAInframe?Returns the date and time of the last
CALibrate:DCCALibratorSets or returns the value of the DC Calibrator
CALibrate:HOSTinfo:CH<x>?Returns the mainframe model number, serial
CALibrate:LOCK:STATus?Returns the status of the calibration
CALibrate:STATus:CH<x>?Returns calibration status for specified
CALibrate:STATus:MAInframe?Returns calibration status for mainframe
Description
module channel<x> calibration
mainframe calibration
voltage
number, and mainframe channel<x> in which
the sampling module channel was located
during the last calibration information update.
protection mode.
sampling module channel<x>
2-14DSA/CSA/TDS8X00/B Series Programmer Manual
Command Groups
Command
CALibrate:TEMPerature:CH<x>?Returns the difference in ºC between
CALibrate:TEMPerature:MAInframe?Returns the difference in ºC between the
CALibrate:UPDATEinfo:ALLUpdates date, time, temp and (for sampling
CALibrate:UPDATEinfo:CH<x>Updates the calibration information in the
CALibrate:UPDATEinfo:MAInframeUpdates the calibration information in the
Compensation Command Group
The compensation commands provide information about the current state of
the compensation for the mainframe and all resident module channels, means
to invoke compensation functions, and management of compensation storage
memory locations.
Description
the current sampling module c hannel<x>
temperature a
at the last calibration information update
current mainframe temperature and the
temperatur
information update
modules) host mainframe information
nonvolat
channel<x>
nonvolatile memory of the mainframe
nd the temperature recorded
e recorded at the last calibration
ile memory of the sampling module
There are two nonvolatile compensation storage memory blocks in the mainframe
and each sampling module channel: Factory and User. In addition, there
is a volatile run-time, in-use version of all compensation data, which is the
compensation data actually used during the operation of the instrument.
Command
COMPensate:ALLCompensates the mainframe and all resident
COMPensate:CH<x>Compensates the module channel<x> for
COMPensate:DARKLev:CH<x>Compensates the specified optical
COMPensate:DATE:CH<x>?Returns date and time of the current
COMPensate:DATE:MAInframe?Returns date and time of the current in-use
COMPensate:MAInframeCompensates the mainframe for DC
COMPensate:OPTGAIN:CH<x>Compensates optical user wavelength gain
Description
modules
DC variances
channel<x> by removing residual DC offsets
in the entire vertical path
in-use compensation data for the module
channel<x>
compensation data for the mainframe
variances
(wavelengths and input power)
DSA/CSA/TDS8X00/B Series Programmer Manual2-15
Command Groups
Command
COMPensate:RECAll:FACTory:ALLRecalls compensation data for the mainframe
COMPensate:RECAll:FACTory:CH<x>Recalls compensation data from the
COMPensate:RECAll:FACTory:MAInframeRecalls compensation data from the
COMPensa
COMPens
COMPen
COMPensate:RESults?Returns brief explanation of the results of the
COMPensate:SAVe:USER:CH<x>Saves volatile run-time compensation data
COMPensate:SAVe:USER:MAInframeSaves volatile run-time compensation data
COMPensate:STATus:CH<x>?Returns the current compensation status of
COMPensate:STATus:MAInframe?Returns the current compensation status of
te:RECAll:USER:ALL
ate:RECAll:USER:CH<x>
sate:RECAll:USER:MAInframe
ensate:RESults:VERBose?
Description
and all resident module channels from their
nonvolatile f
compensation memory
nonvolatile factory memory of the module
channel<x>
memory
nonvolatile factory memory in the mainframe
into its as
Recalls c
and all resident module channels from their
respective nonvolatile user memories into
run-time
Recalls
nonvolatile user memory of the module
channel<x> into its associated run-time
memory
Recall
nonvolatile user memory in the mainframe
into its associated run-time mem o ry
last c
Retu
with a more detailed explanation than the
COMPensate:RESults? query returns
a for the mainframe and all resident
dat
modules into their associated nonvolatile
user memories
r the module channel<x> into its nonvolatile
fo
user memory
for the mainframe into its nonvolatile user
emory
m
the specified module channel<x>
the mainframe
actory memories into run-time
into its associated run-time
sociated run-time memory
ompensation data for the mainframe
compensation memory
compensation data from the
s compensation data from the
ompensation
rns results of last compensation,
2-16DSA/CSA/TDS8X00/B Series Programmer Manual
Command Groups
Command
COMPensate:TEMPerature:CH<x>?Returns the difference in ºC between
COMPensate:TEMPerature:MAInframe?Returns the difference in ºC between the
Cursor Command Group
Use the commands in the Cursor Command Group to control the cursor display
and readout. You can use these commands to control the setups for cursor 1 and
cursor 2, such as waveform source, cursor position, and cursor color.
You can also use the commands to select one of the following cursor functions:
Description
the current temperature of the module
channel<x> an
residing in its in-use run-time compensation
memory
current mai
temperature currently residing in its in-use
run-time compensation memory
d the temperature currently
nframe temperature and the
Off Shuts off the display of all cursors.
Vertical Bars. Displays vertical bar cursors, which provide traditional
horizontal unit readouts for Cursor 1 (bar1), Cursor 2 (bar2), the delta between
them, and 1/delta (results in frequency when the horizontal unit is time).
Horizontal Bars. Displays horizontal bar cursors, which provide traditional
vertical unit readouts for Cursor 1 (bar1), Cursor 2 (bar2), and the delta
between them.
Wavef orm. Displays waveform cursors, which provide horizontal and
vertical unit readouts for Cursor 1 (bar1), Cursor 2 (bar2), the delta between
them, and 1/delta (results in frequency when the horizontal unit is time).
Command
CURSor?
CURSor:CURSor<x>:COLORSets or returns cursor<x> color
CURSor:CURSor<x>:SOUrceSets or returns cursor<x> waveform source
CURSor:WAVeform:HDELTa?Returns the horizontal difference between
CURSor:WAV
CURSor:WA
CURSor:WAVeform:VDELTa?Returns the vertical difference between
eform:HPOS<x>?
Veform:POSition<x>
l Command Group
You use the commands in the Display Control Command Group to change the
graticule style, the displayed intensities, and to set the characteristics of the
waveform disp
You can set the following:
Background color (default is black) and foreground color (default is silver).
lay.
Description
position
waveform cu
Returns the
Sets or ret
cursor <x>
waveform cursors
rsors
position of waveform cursor <x>
urns the position of waveform
Cursor, histogram, mask, and measurement annotation colors.
Whether cursor, histogram, mask, and measureme nt readouts are displayed.
Whether measurement annotations are displayed.
Whether waveforms are simply displayed in Normal mode as dots or vectors,
in Variable Persistence mode, or in Infinite Persistence mode.
Whether the instrument uses interpolation to increase sample density of
waveform for record lengths less than 500 points, and, if interpolation is
used, which type (Sin(x) or Linear).
The style of graticule that underlies the waveforms.
Use the commands to set the style that best displays your waveforms and
graticule display properties. The mode you choose globally affects all displayed
waveforms; fo
r example, you cannot set channel 1 to display in Normal mode and
channel 2 in Variable Persistence mode.
There are four graticule settings:
Frame
Grid
Cross Hair
Full
2-18DSA/CSA/TDS8X00/B Series Programmer Manual
Command Groups
Choose Frame or
Grid for minimum clutter on screen; choose Full or Cross Hair
for ease in taking graticule measurements.
Command
DISplay?
DISplay:COLor?
DISplay:COLor:BACKgroundSets or returns graticule background color
DISplay:COLor:CURSor<x>Sets or returns cursor<x> color
DISplay:COLor:FOREgroundSets or returns graticule foreground color
DISplay:COLor:HIStogramSets or returns histogram rectangle and plot
DISplay:COLor:MASKSets or returns mask color
DISplay:CURSReadoutSets or returns the display state of the cursor
DISplay:DATeTurns the Date/Time display on or off or
DISplay:GRAticule?
DISplay:GRAticule:HDIVS?Returns the number of horizontal divisions
DISplay:GRAticule:STYLESets or returns the graticule style
DISplay:GRAticule:VDIVS?Returns the number of vertical divisions in
DISplay:HISTReadoutSets or returns the display state of the
DISplay:INTERPolatSets or returns the display interpolation type
DISplay:MASKReadoutSets or returns the display state of the mask
DISplay:MEASBarSets or returns the display state of the
DISplay:MEASReadoutSets or returns the display state of the
DISplay:PERSistenceSets or returns the display persistence time
DISplay:SHOWVectorSets or returns the show vector status
DISplay:STYleSets or returns the display persistence style
DISplay:WFMReadoutSets or returns the display state of the
Description
Returns current display settings
Returns color group settings
color
readout
returns the status of the Date/Time display
Returns all graticule parameters
in graticule
graticule
histogram readout
readout
measurement bar
measurement readout
waveform readout
Hard Copy Command Group
Hard copy commands allow you to make hard copies of your data file or send
hard copy data in various formats to a specified file.
DSA/CSA/TDS8X00/B Series Programmer Manual2-19
Command Groups
Histogra
Command
HARDCopySends a screen copy to the selected port or
HARDCopy:FILENameSets or returns the hard copy file path
HARDCopy:FORMatSelects the file format when sending
HARDCopy:INKSaverSets the Ink-saver mode on or off. Ink-saver
m Command Group
Histogram commands let you select the type of histogram, what part of the
waveform should go into the histogram , and histogram statistics. You can use
comman
Select any channe l, math, or reference waveform and create a histogram of
vertic
Adjust the limits of the box that d efine the area on the waveform from which
the hi
waveform coordinates or percentage-of-display coordinates.
Description
returns the selected port and file path
a hardcopy t
HARDCopy:FILEName command
mode can conserve ink and improve print
quality wh
displays
oafile using the
en printing images of waveform
ds from this group to do the following:
al or horizontal values for it.
stogram data is obtained. The histogram box can be set using source
te a linear or logarithmic plot of histogram data and set plot size and color.
Crea
Clear histogram count and restart.
Turn the display of the histogram on or off.
Enable or disable histogram calculations.
Get histogram statistics, such as total hits, mean value, peak-to-peak value,
and standard deviation.
Get all the histogram parameters.
NOTE. You can also export a histogram to a file of comma-separated values. See
the EXPort command for more information.
Command
HIStogram?
HIStogram:BOXSets or returns the left, top, right, and bottom
Description
Return all histogram parameters
positions of the histogram box, in source
waveform coordinates
2-20DSA/CSA/TDS8X00/B Series Programmer Manual
Command Groups
Command
HIStogram:BOXPcntSets or returns same as HIStogram:BOX, but
HIStogram:C
HIStogram:
HIStogram:DISplaySets or returns whether histogram data is
HIStogram:ENABle
HIStogra
HIStogram:SIZeSets or returns the width (or height) of the
HIStog
HIStogram:STATistics?
HIStogram:STATistics:HITS?
HIStogram:STATistics:MEAN?
HIStogram:STATistics:MEDIAN?
HIStogram:STATistics:PEAKHits?
HIStogram:STATistics:PKTOPK?
HIStogram:STATistics:SIGMA<x>?Returns population density for ±<x> sigma
IStogram:STATistics:STDdev?
H
HIStogram:STATistics:WAVeforms?Returns the number of waveforms used in
HIStogram:TYPESets or returns whether the histogram is
HIStogram:WFMDB:STATESets or returns whether the histogram
OLOr
COUNt
m:MODe
ram:SOUrce
Description
in percentage coordinates, with 0,0 upper left
and 100,100 lo
Sets or retur
Clears hist
restarts counting
displayed on screen
Enables or disables histogram calculations
Returns whether histogram calculations are
enabled
Sets type
vertical or horizontal
Returns the type of histogram
ram on the screen in divisions
histog
Sets or
and timebase (Main, Mag1, or Mag2) for
histogram
Returns all histogram statistics
Returns the histogram total hits value
Returns the histogram mean value
Returns the histogram median value
Returns the histogram peak hits value
Returns the histogram peak to peak value
alue
v
Returns the histogram standard deviation
alue
v
histogram
displayed linearly or logarithmically
counting is on a waveform database
wer right
ns the histogram color
ogram count source data and
of histogram to be done, either
returns the source waveform
Horizontal Command Group
You use the commands from the Horizontal Command Group to control the
timebases of the instrument. You can use these commands to do the following:
DSA/CSA/TDS8X00/B Series Programmer Manual2-21
Command Groups
Set the scale (t
ime per division) of the Main, Mag1, and Mag2 timebases.
Set the record lengths for the Main, Mag1, and Mag2 timebases.
Get the time of first point and time of last point for the Main, Mag1, and
Mag2 timebases.
Get the sample resolution of the Ma in, Mag1, and Mag2 timebases.
Set the horizontal position for the Main, Mag1, and Mag2 timebases.
Set the horizontal reference for the Main, Mag1, and Mag2 timebases.
Enable or disable the acquisition and display of the Mag1 and Mag2 timebases.
Set the timebase mode.
Set timebase units to seconds, bits, or distance.
Set the Dielectric constant and propagation velocity.
Select a communication standard, such as OC12, that automatically sets the
associated bit rate.
Adjust the external 10 MHz reference frequency to ensure that the timebase
locks.
Set the parameters for FrameScan mode, and turn the mode on or of
f.
Get the screen resolution of the Main, Mag1, and Mag2 timebases.
Get all the horizontal settings.
Command
AUTOSet:HORizontalSets or returns the status for the horizontal
HORizontal?
HORizontal:BITS:BITRateSets or returns the bit rate of the timebase
HORizontal:BITS:STANdardSets or returns the communication standard
HORizontal:DISTance:DIELectricSets or returns the dielectric constant
HORizontal:DISTance:PVELocitySets or returns the propagation velocity
HORizontal:EXT10MHZref:FREQSets or returns the external horizontal
HORizontal:FRAMescan:AUTOPositionSets or returns the adjustment for timing
HORizontal:FRAMescan:SCANBitsSets or returns the number of bits in frame to
HORizontal:FRAMescan:STARTBitSets or returns the bit number of first bit
Description
Autoset options
Returns all horizontal settings
(or NO Ne) for the bit r ate
reference
skew between data input and trigger input in
FrameScan acquisition mode
scan in FrameScan acquisition mode
scanned in FrameScan acquisition mode
2-22DSA/CSA/TDS8X00/B Series Programmer Manual
Command Groups
Command
HORizontal:FRAMescan:STATESets or returns the FrameScan acquisition
HORizontal:MAGnify<x>?
HORizontal:MAGnify<x>:POSitionSets or returns the horizontal position for
HORizontal
HORizontal:MAGnify<x>:REFPointSets or returns the Mag<x> timebase
HORizontal:MAGnify<x>:RESolution?
HORizontal:MAGnify<x>:SCAleSets or returns the Mag<x> timebase time
HORizon
HORizontal:MAGnify<x>:TOLPoint?Returns the Mag<x> timebase time of last
HORizontal:MAGnify<x>:VIEWSets or returns the Mag<x> timebase view
HORi
HORizontal:MAIn:POSitionSets or returns the horizontal position for the
HORizontal:MAIn:RECordlengthSets or returns the main timebase record
HO
HORizontal:MAIn:RESolution?
HORizontal:MAIn:SCAleSets or returns the m ain timebase time per
HORizontal:MAIn:TOFPoint?Returns the main timebase time of first point
HORizontal:MAIn:TOLPoint?Returns the main timebase time of last point
HORizontal:MATH<x>:MAGnify<x>:
POSition?
HORizontal:MATH<x>:MAGnify<x>:
RECordlength?
HORizontal:MATH<x>:MAGnify<x>:
RESolution?
HORizontal:MATH<x>:MAGnify<x>:SCAle?
HORizontal:MATH<x>:MAGnify<x>:
TOFPoint?
:MAGnify<x>:RECordlength
tal:MAGnify<x>:TOFPoint?
zontal:MAIn?
Rizontal:MAIn:REFPoint
Description
mode on or off
Returns all Mag<x> timebase settings
Mag<x> time
Sets or retu
length
reference point in percent
Returns the Mag<x> timebase acquisition
resolution
per divi
Returns
point
point
on or o
rns the time per division of the main
Retu
time base
main timebase
ngth
le
ts or returns the main timebase reference
Se
position in percent of record
eturns the main timebase acquisition
R
resolution
division
Returns the Math<x>"Acquisition" horizontal
position for Mag<x> timebase
Returns the Math<x> Mag<x> timebase
record length
Returns the Math<x> Mag<x> timebase
acquisition resolution
Returns the Math<x> Mag<x> timebase time
per division
Returns the Math<x> Mag<x> timebase time
of first point
base
rns the Mag<x> timebase record
sion
the M ag<x> timebase time of first
ff
DSA/CSA/TDS8X00/B Series Programmer Manual2-23
Command Groups
Command
HORizontal:MATH<x>:MAGnify<x>:
TOLPoint?
HORizontal:MATH<x>:MAIn:POSition?Returns the Math<x> horizontal position for
HORizontal
HORizontal
HORizonta
HORizont
HORizont
HORizontal:MATH<x>:MAIn:TOLPoint?Returns the Math<x> main timebase time of
HORizontal:REF<x>:MAGnify<x>:POSition?Returns the Reference<x> "Acquisition"
HORiz
RECordlength?
HORizontal:REF<x>:MAGnify<x>:
RESolution?
HORizontal:REF<x>:MAGnify<x>:SCAle?Returns the Reference<x> Mag<x> timebase
HOR
TOFPoint?
HORizontal:REF<x>:MAGnify<x>:
TOLPoint?
HORizontal:REF<x>:MAIn:POSition?Returns the Reference<x> "Acquisition"
ORizontal:REF<x>:MAIn:RECordlength?
H
HORizontal:REF<x>:MAIn:REFPoint?Returns the Reference<x> main timebase
HORizontal:REF<x>:MAIn:RESolution?Returns the Reference<x> main timebase
HORizontal:REF<x>:MAIn:SCAle?Returns the Reference<x> main timebase
HORizontal:REF<x>:MAIn:TOFPoint?Returns the Reference<x> main timebase
HORizontal:REF<x>:MAIn:TOLPoint?Returns the Reference<x> main timebase
HORizontal:TBModeSets or returns the timebase mode
HORizontal:UNItsSets or returns the horizontal units
:MATH<x>:MAIn:RECordlength?
:MATH<x>:MAIn:REFPoint?
l:MATH<x>:MAIn:RESolution?
al:MATH<x>:MAIn:SCAle?
al:MATH<x>:MAIn:TOFPoint?
ontal:REF<x>:MAGnify<x>:
izontal:REF<x>:MAGnify<x>:
Description
Returns the Ma
of last point
main timebas
Returns the Math<x> main timebase record
length
Returns the Math<x> main timebase
reference p
Returns the Math<x> main timebase
acquisiti
Returns the Math<x> main timebase time
per divis
Returns t
first point
last point
ntal position for Mag<x> timebase
horizo
ns the Reference<x> Mag<x> timebase
Retur
record length
Returns the Reference<x> Mag<x> timebase
screen resolution
per division
time
urns the Reference<x> Mag<x> timebase
Ret
time of first point
Returns the Reference<x> Mag<x> timebase
time of last point
rizontal position for main timebase
ho
eturns the Reference<x> main timebase
R
record length
reference position in percent of record
screen resolution
time per division
time of first point
time of last point
th<x> Mag<x> timebase time
e
osition in percent of record
on resolution
ion
he Math<x> main timebase time of
2-24DSA/CSA/TDS8X00/B Series Programmer Manual
Command Groups
Mask Command G
roup
Mask commands control standard masks, user-defined masks, and testing a gainst
masks. A mask is a set of polygonal regions on the screen. Every vertical line on
the screen in
than two places. (A vertical line that intersects a vertical mask border is counted.)
You have to break up more complicated polygons into two s eparate masks. Unlike
limit testing, the inside of a mask is the region where waveform data would not
normally fall. A telecommunications standard requires up to eight of these masks.
Pulse standards always have two masks. Standards with eye patterns usually
have thre
You use the commands in the Mask Command Group to do the following:
Specify the waveform source to test and the mask to use.
Specify whether to use, and the size of, mask margins, which allow you to
shrink or expand an existing set of polygons by a specified
Specify whether to display a readout of hits and the mask on screen. Options
also exist for autosetting the incoming waveforms to m atch the mask you
choose.
Select industry-standard masks that support a variety of electrical and optical
communication standards.
tersects the polygon in zero, one, or two places, but never in more
e masks, but some have four.
percentage.
Define and edit your own custom m ask; create an entirely new mask, or use a
standard mask as a starting reference, and edit it to meet your needs.
Enable, disable, or reset the mask counts. Once you turn on mask counting, it
remains on until you explicitly turn it off.
Set the color for the mask polygon.
Command
MASK?
MASK:AUTOSet:MODeSets or returns the mask autoset mode.
MASK:AUTOSet:HILow:METHodSets or returns the method, Mean or Mode,
MASK:COLOrSets or returns the mask color
MASK:COUNtClear mask counts and source data, and
Description
Return all mask parameters
If AUTO is set, a mask autoset will
automatically be done after a standard mask
is selected; if MANual is set, mask autoset
for a standard mask runs only if the user
presses the AUTOSET button or sends the
AUTOSet EXECute command.
that a Mask Autoset uses to determine the
High and Low values
restart counting
Returns all the values for the mask count
parameters
DSA/CSA/TDS8X00/B Series Programmer Manual2-25
Command Groups
Command
MASK:COUNt:SAMPles?Returns the total number of sample points
MASK:COUNt:STATESets or returns the mask counting
MASK:COUNt:TOTal?Returns the sum of all hits in all mask
MASK:COUNt
MASK:DISp
MASK:MARgin:PERCentSets or returns the mask margin in percent
MASK:MARgin:STATESets or returns the mask margins state
MASK:MASK<x>
MASK:MASK<x>:COUNt?Returns number of hits in mask<x>
MASK:MASK<x>:NR_Pt?Returns number of points in mask<x>
MASK:MASK<x>:POIntsReturns the points in the specified mask in
MASK:MASK<x>:POINTSPcntSets or returns the points in mask<x>, in
MASK:SOUrceSets or returns which waveform and
SK:STANdard
MA
MASK:WFMDB:STATEReturns whether a waveform database is
:WAVeforms?
lay
Description
that have gone into mask counting
segments
Returns the
Sets or ret
are displayed on the screen
Delete a
Returns all mask<x>parameters
waveform coordinates
perc
and 100,100 lower right
timebase will be compared against the
mas
ts or returns the standard communication
Se
mask
used as a source for mask counting
total number of mask hits
urns whether or not defined masks
ll points in mask<x>
entage coordinates, with 0,0 upper left
k(s) when counting is turned on
Math Command Group
You use the commands in the Math Command Group to create and define
math waveforms. You can define and display up to eight math waveforms
simultaneously. You use the available math functions, such as integration,
differentiation, square root, and natural logs, to define your math waveform.
Math expressions can be simple, such as C1, which specifies that a waveform
should show the signal source of channel 1 with no mathematical computation.
Math expressions can also be complex, consisting of 100 plus characters and
comprising many sources, functions, and operators.
Math expressions require at least one source waveform. When the acquisition of a
live waveform stops, so does the acquisition of any math waveforms using that
waveform as a source. When a live waveform update or reference waveform is
altered, math waveforms containing those waveforms as sources are also updated
2-26DSA/CSA/TDS8X00/B Series Programmer Manual
Command Groups
to reflect the ch
anges. Also, sources must exist, but do not need to be displayed to
be used in and to update math waveforms.
Command
MATH<x >?
MATH<x>:DEFine
MATH<x>:FILTer:MODeSets or returns the filter mode for the
MATH<x>:FILTer:RISetimeSets or returns the risetime (bandwidth) of
MATH<x>:NUMavg
MATH<x>:POSitionSets or returns the math<x> vertical position
MATH<x >:SCAleSets or returns the math<x> vertical scale
MATH<x>:UNIts?
MATH<x>:WFMLabel
Description
Returns math<x> settings
Sets or returns the math<x> definition
math<x> w aveform
the m ath filter function
Sets or returns the number of waveforms
to average for a math waveform for the
math<x> w aveform
(per div)
Returns math units
Sets or returns the label associated with the
math<x> w aveform
Measurement Command Group
You use the commands in the Measurement Command Group to control the
automated measurement system. Up to eight automated measurements can be
displayed on the screen. In the commands, these eight measurement slots are
named MEAS<x>, where <x> can be 1 through 8. You use the commands to
do the following:
DSA/CSA/TDS8X00/B Series Programmer Manual2-27
Command Groups
Obtain measure
ment results.
Set and query measurement parameters. You can assign most parameters
differently for each source of a measurement slot.
Select the measurement slot (1 through 8), and turn it on and off.
Select the waveform (Source1) to be measured (or the Source1 and Source2
waveforms for delay and other two-waveform measurements).
View the value of the currently selected measurement.
Clear the selected measurement and its statistics.
Select whether the measurement displays annotations (indicating which
portion of the waveform is being measured as well as reference levels for that
measurement) and statistics.
Select whether or not statistics on measurements are computed.
Perform measurements on waveform databases.
Set the signal type for waveform database measurements (Pulse, Eye, or RZ).
Clear the waveform database.
Define measurement regions using gates.
Set slope and direction for delay measurements.
Select a tracking method (algorithm) that is used to track the high and low
value of the waveform.
Enable tracking of the high and low values of the waveform automatically,
and specify a high and/or low value (when tracking is disabled).
Select a reference level calculation method.
Set Hi, Mid, and Low reference values, either as percentages of the high-low
range or as absolute values.
Set measurement parameters to default values.
Command
MEASUrement?
MEASUrement:ALL:VALue?
MEASUrement:ANNOtations:STATESets or returns whether the measurement
MEASUrement:LISTSets or returns a list of defined measurements
MEASUrement:LISTValue?Returns the values of the measurements in
Description
Returns all measurement parameters
Returns all measurement values
shows annotations
for which you want values returned
the list created with the MEASUrement:LIST
command
2-28DSA/CSA/TDS8X00/B Series Programmer Manual
Command Groups
Command
MEASUrement:MEAS<x>:ALL?Returns all measurement statistics values for
MEASUrement:MEAS<x>:EYEWindowSets or returns the percent of interval
MEASUrement:MEAS<x>:GATing:STATESets or returns the gating state (on or o ff) for
MEASUrement:MEAS<x>:JITterSets or returns the jitter-level crossing for
MEASUrem
MEASUrem
MEASUre
MEASUr
MEASUrement:MEAS<x>:REFLevel<x>?Returns all reference level <x> settings for
MEASUrement:MEAS<x>:REFLevel<x>:
ABSol
MEAS
ABSolute:LOW
MEASUrement:MEAS<x>:REFLevel<x>:
ABSolute:MID
MEASUrement:MEAS<x>:REFLevel<x>:
MET
MEASUrement:MEAS<x>:REFLevel<x>:
RELative:HIGH
MEASUrement:MEAS<x>:REFLevel<x>:
ELative:LOW
R
MEASUrement:MEAS<x>:REFLevel<x>:
RELative:MID
MEASUrement:MEAS<x>:SETDefaultSets all measurement values to the
MEASUrement:MEAS<x>:SOUrce<x>:
EDGE?
MEASUrement:MEAS<x>:SOUrce<x>:
EDGE:DIRection
MEASUrement:MEAS<x>:SOUrce<x>:
EDGE:SLOPe
ent:MEAS<x>:MAXimum?
ent:MEAS<x>:MEAN?
ment:MEAS<x>:MINimum?
ement:MEAS<x>:NOISe
ute:HIGH
Urement:MEAS<x>:REFLevel<x>:
Hod
Description
the measurement specified by x
between two e
middle of the region
the measurement specified by x
measureme
Returns measurement statistics maximum
value for
Returns measurement statistics mean value
for measu
Returns m easurement statistics minimum
value fo
Sets or
on the high or low level of the signal
measurement slot <x>
Sets or returns the top reference level in
ute w aveform units
absol
or returns the low reference level in
Sets
absolute w aveform units
Sets or returns the m id reference level in
absolute w aveform units
Sets or returns the method to calculate
erence levels, either as a % of the high-low
ref
range or in absolute vertical units
Sets or returns the high reference level as a
% of the high-low range
Sets or returns the low reference level as a
of the high-low range
%
Sets or returns the mid reference level as a
% of the high-low range
instrument default settings
:EDGE? Returns all edge settings for the
specified measurement
Sets or returns the direction (forward or
backward) that the instrument uses to look
for the rising or falling edge
Sets or returns the slope of the edges used
in delay time measurements
MEASUrement:MEAS<x>:STATESets or returns the display of measurement
EASUrement:MEAS<x>:STATIstics:CLEar
M
MEASUrement:MEAS<x>:STDdev?
MEASUrement:MEAS<x>:TYPeSets or returns the type of measurement for
MEASUrement:MEAS<x>:UNIts?Returns the units for the specified
MEASUrement:MEAS<x>:VALue?Returns the measurement value for the
MEASUrement:STATIstics:ENABleSets or returns whether or not measurement
MEASUrement:STATIstics:WEIghtingSets o r returns measurement statistics
Pos
t:MEAS<x>:SOUrce<x>:
THod
ent:MEAS<x>:SOUrce<x>:
ement:MEAS<x>:SOUrce<x>:
Description
Returns the specified gate<x> settings for
measurement<x>
Sets or returns the gate endpoint in percent
Sets or retu
units
Returns all high / low values for
measurement<x>
Sets or returns the method for calculating
high / low
Sets or re
off)
Sets or returns the high value used to
calculate a specified measurement on a
specifie
Sets or
off)
Sets or returns the low value used to
calculate a specified measurement on a
speci
Sets
waveform, and, optionally, the timebase on
which measurements are taken
Sets or returns the signal type of the
wav
source
Sets or returns the state of Use WfmDb for
measurement source (on or off)
on or off)
(
lears measurement statistics for
C
measurement<x>
Returns measurement statistics standard
deviation value for measurement<x>
the specified measurement
measurement
specified measurement
statistics are enabled (on or off)
weighting for all measurements
rns the gate endpoint in waveform
levels
turns the tracking high level (on or
d source waveform
returns the tracking low level (on or
fied source waveform
or returns the measurement source
eform database for the measurement
2-30DSA/CSA/TDS8X00/B Series Programmer Manual
Command Groups
Miscellaneou
s Command Group
Miscellaneous commands do not fit into other categories. Several commands and
queries are common to all 488.2–1987 devices on the GPIB bus. The 488.2–1987
standard defi
(*) character.
Command
APPlication:ACTivateLaunches the available optional software
AUTOSet
AUTOSet:STOPStops autoset
AUTOSet:TYPESets or returns the autoset mode (Edge,
AUTOSet:UNDO
DATE
FACtorySets instrument to factory defaults
FILESystem:READFile?Outputs the specified file to the GPIB port
HEADer
*IDN?Returns identification string
LOCkSets or returns the front panel lock state
*LRN?
*PSCSets the power-on clear flag. When false,
SET?
SYNC:TIMEOUTSets or returns the default synchronization
TIMe
UNLock
VERBose
nes these commands. The common commands begin with an asterisk
Description
applications
Runs autoset
Period, NRZ Eye, RZ Eye, or T DR)
Undoes autoset
Sets or returns the date (yyyy-mm-dd)
with maximum file size of 10 Mb
Sets or returns the Response Header Enable
State
Returns "complete" instrument settings
registers retain their status when power is
restored; when true, registers will be cleared
when power is restored
Tek Learn Mode
timeout for commands that rely upon data
production from the instrument
Sets or returns the time displayed by the
instrument
Unlocks the front panel
Returns the front panel lock state
Sets or returns the response header
abbreviation control command
Phase Reference Command Group
You use the commands in the Phase Reference Command Group to switch to the
Phase Correction timebase. This timebase supports ultra-low trigger jitter (typical
is £ 200 fsec RMS), improving the fidelity of acquired signals.
DSA/CSA/TDS8X00/B Series Programmer Manual2-31
Command Groups
The 82A04 modul
60G. You can find 82A04 information by clicking the Help button in the Phase Ref
Setup dialog box of instruments running product software versions 2.1 and later.
Command
PHAseref:C
PHAseref:C
PHAseref:CH<x>:RANge?Returns the Phase Reference module
PHAseref:CH<x>:STAtus?Returns the current Phase Reference
PHAsere
PHAseref:SOUrceSets or returns the Phase Reference source:
HAR
H<x>:FREQuency
f:MODe
Save and Recall Command Group
You u s
retrieve internal waveforms and settings. When you save a setup, you save all the
settings of the instrument. When you recall a saved setting, the instrument restores
itself to the state that it was in when you originally saved that setting.
e the commands in the Save and Recall Command Group to store and
eisavailableintwoconfigurations: standard and with Option
Description
Initiates a
Sets or retu
Frequency
guaranteed frequency range
Characte
Sets or q
OFF, FREerun, TRIGger, or SSCTrigger
C1 & C2, C3 & C4, C5 & C6, or C7 & C8
Phase Reference Characterization
rns the Phase Reference
rization status
ueries the Phase Correction Mode:
Command
DELEte:WAVEformDeletes (one or all) of the stored reference
FACtoryResets the instrument to factory default
EXPort
EXPort:TYPE
IMPort:CUSTom m ask
RECAll:SETUp
RECAll:WAVEformRecalls a stored waveform into reference
SAVe:SETUpSaves the current instrument settings to a
SAVe:WAVEformSaves waveform in reference or file
Description
waveforms from memory
settings
Exports waveform and histogram data to a
file
Sets or queries the form of the exported
waveform data
Imports and loads the custom mask
Recalls saved instrument settings
location
specified location
2-32DSA/CSA/TDS8X00/B Series Programmer Manual
Command Groups
Status and Err
or Command Group
YouusethecommandsintheStatusandErrorcommandGrouptodeterminethe
status of the instrument and control events. Several commands and queries used
with the inst
488.2–1987 defines these commands and queries. The common commands begin
with an asterisk (*) character.
Command
*CLSClears status
*ESESets or returns the standard Event Status
*ESR?Sets or returns the standard Event Status
*OPCSets OPC event when all pending operations
*OPT?Returns a list of installed options
*PSCSets or returns the power on status flag
*RSTResets the i nstrument to factory default
*SRESets or returns the bits in the Service
*STB?Returns the contents of the Status Byte
*WAIPrevents the instrument from executing
ALLEv?
BUSY?
DESESets or returns the bits in the Device Event
EVENT?Returns event code from the event queue
EVMsg?Returns event code, message from the event
EVQty?Returns number of events in the event queue
ID?Returns identifying information about the
rument are common to all devices on the GPIB bus. The IEEE Std
Description
Enable Register
Register
are finished
Returns "1" when all current operations
complete
settings
Request Enable Register
Register
further commands until all pending
operations finish
Returns all events
Returns instrument status
Status Enable Register
queue
instrument and its firmware
System Command Group
You use the commands in the System Command Group to obtain information
about your system, such as the serial numbers of your instrument, installed
DSA/CSA/TDS8X00/B Series Programmer Manual2-33
Command Groups
modules, and th
e attached probes, the hardware version of the acquisition and
processor circuit boards, and the gains and impedances of attached probes.
Command
SYSTem:PROPerties:ACQHWver?Returns hardware version of Acquisition
SYSTem:PROPerties:CH<x>:BANDwidth?Returns a list of available bandwidth
SYSTem:PROPerties:CH<x>:CAPacitance?
SYSTem:PROPerties:CH<x>:CLKRec?Returns list of available clock recovery
SYSTem:PROPerties:CH<x>:CLKUser?Returns the allowable range of user
SYSTem:PROPerties:CH<x>:DYNamic?
SYSTem:PROPerties:CH<x>:EXTender?Returns extender cable type of the specified
SYSTem:PROPerties:CH<x>:FILTer?Returns a list of available filter selections for
SYSTem:PROPerties:CH<x>:IMPedance?
SYSTem:PROPerties:CH<x>:MODElnum?
SYSTem:PROPerties:CH<x>:NONDestruct?
SYSTem:PROPerties:CH<x>:OPERating?
SYSTem:PROPerties:CH<x>:PRAnge?Queries the Phase Reference module
SYSTem:PROPerties:CH<x>:PRObe:
DYNamic?
SYSTem:PROPerties:CH<x>:PRObe:
IMPedance?
SYSTem:PROPerties:CH<x>:PRObe:
MODElnum?
SYSTem:PROPerties:CH<x>:PRObe:
SCAle?
Description
circuit board
selections for the specified channel (optical
modules); for electrical modules, returns
bandwidth characteristic if applicable
Where applicable, returns sampling module
load capacitance of the specified channel
selections for the specified channel
clock-recovery rates for the module
containing CH<x>
Returns sampling module lower and upper
dynamic range limits of the specified channel
channel
the s pecified channel
Where applicable, returns sampling module
input impedance of the specified channel
Returns sampling module model number per
specified channel
Where applicable, returns sampling module
lower and upper maximum nondestructive
range of the specified channel
Where applicable, returns sampling module
lower and upper operating range of specified
channel
frequency range, returning it as part of the
system properties query results
Where applicable, returns the probe lower
and upper dynamic range limits of the
specified channel
Returns impedance of probe attached to
specified channel
Returns probe model number of the probe
attached to the specified channel
Returns the probe scale factor of the probe
attached to the specified channel
SYSTem:PROPerties:CH<x>:WLENgth?Returns list of available wavelength
SYSTem:PROPerties:GROup<x>:
TEKPV
SYSTe
em:PROPerties:MAInframe:
SYST
MODElnum?
SYSTem:PROPerties:MAInframe:
SERialnum?
SYSTem:PROPerties:MAInframe:
Version?
SW
STem:PROPerties:MAInframe:
SY
UNIQueid?
SYSTem:PROPerties:ONTime?Returns on time for current power up in hours
SYSTem:PROPerties:POWerups?Returns number of power ups
SYSTem:PROPerties:PROCHWver?Returns hardware version of Processor
SYSTem:PROPerties:TOTalontime?
SYSTem:PROPerties:TRIGProbe:PSYNc:
CLKRAnge?
SYSTem:PROPerties:TRIGProbe:PSYNc:
PLENRAnge?
Perties:CH<x>:PSYNc:
PROPerties:CH<x>:TEKPVersion?
ersion?
m:PROPerties:MAInframe:KEY?
Description
Returns serial number of probe attached to
specified channel
Returns the clock range of a pattern sync
module in the
Returns the
sync module in the specified channel
Where appli
module risetime characteristic of the
specified channel
Returns sampling module serial
revision
Returns
version number per channel
selections for the specified channel
Returns the version number of the specified
TEKPR
ns mainframe option key
Retur
rns mainframe model number
Retu
Returns mainframe serial number
Returns mainframe software version number
turns mainframe id number
Re
circuit board
Returns the total accumulated on time in
hours (across all power cycles)
Returns the clock range of a pattern sync
module connected to TRIGGER PROBE
POWER
Returns the pattern length range of a
pattern sync module connected to TRIGGER
PROBE POWER
specified channel
pattern length range of a pattern
cable, returns the sampling
number of specified channel
sampling module TEKPROBE
OBE controller
DSA/CSA/TDS8X00/B Series Programmer Manual2-35
Command Groups
TDR Command Gr
oup
You use the commands in the TDR Command Group to do the following:
Specify TDR step channels (C1 through C8), and select the polarity for each.
Select TDR steps.
Enable and disable acquisition.
Set the TDR
Preset any TDR channel.
Set the channel TDR deskew.
Select the channel TDR units.
Obtain all the TDR parameters.
Preset TDR channel pairs for differential TDR measurements.
on the TDR Incident Edge.
Positi
Command
AUTOSet:TDR:INCidentSets or returns the Incident edge option for
TDR?
CH<x>:DIFfpreset
TDR:
TDR:CH<x>:PRESETSets the instrument to predefined TDR
R:CH<x>:STEP:DESkew
TD
TDR:CH<x>:STEP:POLaritySets or returns the TDR step polarity for the
TDR:CH<x>:STEP:STATESets or returns whether the TDR generator
TDR:CH<x>:UNItsSets or returns the TDR units for the specified
TDR:INTRate
internal clock rate.
Description
R autoset (on or off)
the TD
Returns all TDR parameters
the instrument to predefined differential
Sets
TDR settings for the specified TDR channel
pair
tings for the specified TDR channel
set
ts or returns the specified channel TDR
Se
deskew (if valid type head in channel)
specified channel
s on or off for the specified channel
i
channel
Sets or returns the TDR (Internal Clock) rate;
same as TRIG:INT RATE
2-36DSA/CSA/TDS8X00/B Series Programmer Manual
Command Groups
Trigger Comma
nd Group
You use the c ommands in the Trigger Command Group to control all aspects of
triggering for the instrument. You use the commands to do the following:
Set the trigger source for triggering acquisition. You can select an external
event (External Direct or External Prescaler), the internal clock, a clock
recovered f
rom the input for the trigger source, or pattern sync, depending
on your application.
Set the int
ernal clock rate.
Set the trigger mode to determine whether, in the loss or absence of triggers,
the instr
ument auto triggers (Auto mode) or stops acquiring (Normal mode).
Set the signal level and slope (rising or falling) of the trigger. Slope is ignored
for inte
rnal clock sources.
Set the trigger level to 50% of the trigger signal amplitude.
Set trigger holdoff, which is the time the instrument waits before arming the
trigger system to accept triggers. Holdoff can help achieve stable triggering.
Set enhanced triggering (high frequency triggering, and gated triggering) for
improved triggering in specific instances.
Obtain all trigger parameters.
Obtain the trigger system status (triggered, auto mode, or FrameScan).
Command
AUTOSet:TRIGgerSets whether the trigger Autoset options are
TRIGger?
TRIGger:CLKRec:CRC:AUTOSConfigdevSets or queries the setup auto-save feature
TRIGger:CLKRec:CRC:CAPabilities?
TRIGger:CLKRec:CRC:CLOCKAmplitudeSets or queries the clock output amplitude of
TRIGger:CLKRec:CRC:CLOCKOutputSets or queries the clock output mode of the
TRIGger:CLKRec:CRC:CREATESTandardSaves a new clock recovery standard to the
TRIGger:CLKRec:CRC:DATARate?Returns the measured data rate (in Hz) from
Description
included when autoset executes
Returns the status for the trigger Autoset
options
Returns all trigger parameters
of the connected Clock Recovery instrument
Returns the instrument clock recovery device
capabilities.
the connected Clock Recovery instrument
connected Clock Recovery instrument
non-volatile memory of the connected Clock
Recovery instrument
the connected Clock Recovery instrument
DSA/CSA/TDS8X00/B Series Programmer Manual2-37
Command Groups
Command
TRIGger:CLKRec:CRC:DELETESTandardDeletes the named standard from the
TRIGger:CLKRec:CRC:DEVICENameSets or queries the device name of the
TRIGger:CL
TRIGger:CLKRec:CRC:
EDGEDENSI
TRIGger:CLKRec:CRC:EQUalizerSets or queries the CR286A clock recovery
TRIGger:CLKRec:CRC:EXPrev?
TRIGger:CLKRec:CRC:FPGarev?Returns the FPGA revision string of the
TRIGge
TRIGg
TRIGger:CLKRec:CRC:LOCKCount?Returns the number of times the connected
TRIG
Gger:CLKRec:CRC:LOCKMode
TRI
TRIGger:CLKRec:CRC:LOCKRangeSets or queries the locking range about the
RIGger:CLKRec:CRC:LOCKState?
T
TRIGger:CLKRec:CRC:LOOPBandwidthSets or queries the loop bandwidth of the
TRIGger:CLKRec:CRC:MODElnum?
TRIGger:CLKRec:CRC:NOMEDgedensitySets or queries the nominal edge density of
TRIGger:CLKRec:CRC:NOMFrequencySets or queries the nominal frequency setting
TRIGger:CLKRec:CRC:PEAKingSets or queries the peak range of the
TRIGger:CLKRec:CRC:PHASEERRLimitSets or queries the phase error limit of the
KRec:CRC:EDGEDensity?
TYMode
r:CLKRec:CRC:HALfrate?
er:CLKRec:CRC:HWRev?
ger:CLKRec:CRC:LOCKFp
Description
connected Clock Recovery instrument
connected Cl
Returns the
percent) from the connected Clock Recovery
instrument
Sets or queries the edge density mode
setting of
instrument
instrument equalizer value.
Returns the expansion board revision string
of the connected Clock Recovery instrument
connect
Returns the clock recovery device clock rate.
Retur
connected Clock Recovery instrument
Clock Recovery instrument has relocked
e the last reset
sinc
Locks or unlocks the clock recovery
rument front panel controls.
inst
s or queries the lock mode of the
Set
connected Clock Recovery instrument
nominal frequency setting of the connected
ock Recovery instrument
Cl
eturns the lock state of the connected
R
Clock Recovery instrument
connected Clock Recovery instrument
Returns a string with the clock recovery
instrument identifier information.
the connected Clock Recovery instrument
of the connected Clock Recovery instrument
connected Clock Recovery instrument
connected Clock Recovery instrument
ock Recovery instrument
measured edge density (in
the connected Clock Recovery
ed Clock Recovery instrument
ns the hardware revision string of the
2-38DSA/CSA/TDS8X00/B Series Programmer Manual
Command Groups
Command
TRIGger:CLKRec:CRC:PHASEERRP2P?
TRIGger:CLKRec:CRC:PHASEERRRMS?Returns the phase error RMS measurement
TRIGger:CLKRec:CRC:RCONfigdeviceRestores the connected Clock Recovery
TRIGger:CLKRec:CRC:RELockCauses the connected Clock Recovery
TRIGger:CLKRec:CRC:RESETLockcount
TRIGger:CLKRec:CRC:SCONfigdeviceSaves the current settings of the connected
TRIGger:CLKRec:CRC:SERIalnum?Returns the serial number of the connected
er:CLKRec:CRC:STANdard
TRIGg
TRIGger:CLKRec:CRC:STANDARDList?Returns a comma-separated list of the
ger:CLKRec:CRC:SUBCLOCKAmpl
TRIG
TRIGger:CLKRec:CRC:SUBCLOCKDivSets or queries the division ratio of the
TRIGger:CLKRec:CRC:
SUBCLOCKDIVList?
RIGger:CLKRec:CRC:SUBCLOCKOutput
T
TRIGger:CLKRec:CRC:SWRev?Returns the firmware revision string of the
TRIGger:AUTOSync
TRIGger:AUTOSync:DATARateSets or returns the AutoSync option for data
Description
Returns the ph
measurement from the connected Clock
Recovery instrument
from the conn
instrument
instrument to the settings from one of the
non-volati
Recovery instrument
instrument to search for the data rate
Resets the lock count to zero on the
connected Clock Recovery instrument
Clock Re
non-volatile setup locations in the Clock
Recovery instrument
Clock R
r queries the communications standard
Sets o
of the connected Clock Recovery instrument
standards available on the connected Clock
very instrument
Reco
or queries the sub-rate clock output
Sets
amplitude of the connected Clock Recovery
instrument
-rate clock of the connected Clock
sub
Recovery instrument
Returns a comma-separated list of available
sub-rate clock divisors of the connected
lock Rec overy instrument
C
ets or queries the state of the sub-rate clock
S
output of the connected Clock Recovery
instrument
connected Clock Recovery instrument
Autosyncs to the currently selected
waveform, those pattern sync settings that
have their AutoSync options set
rate selection (on or off)
ase error peak-to-peak
ected Clock Recovery
le setup locations in the Clock
covery instrument to one of the
ecovery Instrument
DSA/CSA/TDS8X00/B Series Programmer Manual2-39
Command Groups
Command
TRIGger:AUTOSync:DCRAtioSets or returns the AutoS ync option for
TRIGger:AUTOSync:PLENgthSets or returns the AutoSync option for
TRIGger:CH
TRIGger:CH<x>:CLKRec:RANgeReturns the allowable range of user clock
TRIGger:
TRIGger:CH<x>:CLKRec:VALueSets or returns the clock recovery value for
TRIGger:CLKRec:SOUrceSets or returns the clock recovery channel
TRIGg
TRIGger:HIFreqSets or returns the high-frequency hysteresis
TRIGger:HOLDoffSets or returns the trigger holdoff time
TRIGger:INTRateSets or returns the internal clock rate
TRIGger:LEVelSets or returns the trigger level
TRIGger:MODeSets or returns the trigger mode
TRIGger:PSYNc:CH<x>:DATARateSets or returns the data rate of the
RIGger:PSYNc:CH<x>:DCRAtio
T
TRIGger:PSYNc:CH<x>:PLENgthSets or returns the pattern length for the
TRIGger:PSYNc:RBITSets or returns the relative trigger bit of the
TRIGger:PSYNc:SOUrceSets or returns the pattern sync channel
TRIGger:PSYNc:TRIGProbe:DATARateSets or returns the pattern sync data rate of
TRIGger:PSYNc:TRIGProbe:DCRAtioSets or returns the DC-to-Clock ratio of the
<x>:CLKRec:LIST?
CH<x>:CLKRec:USEr
er:GATEd
Description
data-to-clock ratio selection (on or off)
pattern leng
Returns a li
selections per channel
recovery rates for the module containing
CH<x>
Sets a use
to be a specified value within an allowable
range, which is module-dependent
Returns t
user clock recovery rate
the s pecified channel
source
Sets o
Requires Option GT
PatternSync Trigger module specifi ed by
H<x>
C
ets or returns the DC-to-Clock ratio of the
S
PatternSync Trigger module specifi ed by
CH<x>
PatternSync Trigger module specifi ed by
CH<x>
PatternSync Trigger module
source
the probe connector
probe connector
th selection (on or off)
st of available clock recovery
r (custom) clock recovery rate
he rate currently defined as the
r returns the gated triggering (on or off)
2-40DSA/CSA/TDS8X00/B Series Programmer Manual
Command Groups
Command
TRIGger:PSYNc:TRIGProbe:PLENgthSets or returns the pattern length for the
TRIGger:SETLevelSets the trigger level to 50% of the applied
TRIGger:SL
TRIGger:SO
TRIGger:S
Ve rtical Command Group
You use the commands in the Vertical Command Group to control the vertical
setup of all live (channel) waveforms for acquisition and to control the display of
channel, reference, and math waveforms. This group contains commands to set
up the vertical parameters for either electrical or optical signals, depending on
the sam
You can use the commands in this group to do the following:
Description
probe connector
signal
Ope
Urce
TATE ?
Sets or retu
Sets or retu
Returns the trigger system status
rns the trigger slope
rns the trigger source
pling module in use.
Enable or disable the display of any channel, math, or reference waveform.
Set which waveform is affected by the front-panel controls.
Set the vertical scale for each channel.
Set the vertical position. The vertical position affects only the display position
of a channel, math, or reference waveform.
Set the offset value to shift the vertical acquisition window to match the
waveform data that you want to acquire (affects only channels).
DSA/CSA/TDS8X00/B Series Programmer Manual2-41
Command Groups
Set deskew valu
es to compensate for delay between channels.
Set the units for channel waveforms. If you set this value to Auto, the
instrument au
tomatically selects the units. If you set this value to any setting
other than Auto (Volt, Amp, or Watt), the instrument will apply these units to
the vertical axis.
Set the external attenuation factor (as a multiplier or as a dB value) o n an
acquisition channel waveform to a value matching the amount of attenuation
applied externally, before the signal enters the sampling head or probe tip
input.
Set the wavelength to match the wavelength of the optical signal you are using.
Set the type of filtering, if any, you want performed on the selected optical
channel.
Specify bandwidth for use on the selected optical channel.
Comman
AUTOSe
CH<x>?
CH<x>:ERCAL?
CH<x>:BANdwidth:LIST?Returns the bandwidths available for the
CH<
CH<x>:DELaySets or returns the delay time for the
CH<x>:DESkewSets or returns the deskew time
CH<x>:EXTAtten:MODeSets or returns the external attenuation mode
CH<x>:EXTAtten:VALueSets or returns the external attenuation
CH<x>:FILTer:LIST?Returns filter list for the specified channel
CH<x>:FILTer:VALueSets the hardware filter for the specified
CH<x>:OFFSetSets or returns the channel offset
CH<x>:POSitionSets or returns the channel vertical position
CH<x>:SCAleSets or returns the channel vertical scale
CH<x>:UNItsSets or returns the channel vertical units
CH<x>:WFMLabelSets or returns the label associated with the
d
t:VERTical
x>:BANdwidth:VALue
Description
returns whether the vertical Autoset
Sets or
options are included when Autoset executes
ns the vertical parameters
Retur
ns whether calibrated extinction ratio
Retur
is available for the optical module for the
specified channel
ified channel
spec
s or returns the bandwidth for the
Set
specified channel
specified channel
factor (as a multiple)
channel
(per div)
specified channel waveform
2-42DSA/CSA/TDS8X00/B Series Programmer Manual
Command Groups
Command
CH<x>:WLENgth:LIST?Returns the wavelengths available for the
CH<x>:WLENgth:VALueSets or returns the wavelength for the
REF<x>:POS
REF<x>:SCA
REF<x>:WF
SELect?Returns information on which waveforms are
SELect:CH<x>Sets or returns a waveform (on or off) (main
SELect:CONTROlSets the waveform controlled by front panel.
SELect:MATH<x>Sets or returns a math waveform (on or off)
SELect:REF<x>Sets or returns a reference waveform (on or
ition
le
MLabel
Description
specified channel
specified cha
Sets or retu
Sets or retu
(per div)
Sets or returns the label associated with the
specified reference waveform
ON/OFF an
waveform
timebase)
Note: N
If this is an argument, do nothing. Also,
timebase is NOT optional
Retur
for front-panel control
(main timebase)
(main timebase)
off)
nnel
rns the reference vertical position
rns the reference vertical scale
d which waveform is the selected
ONE may be returned by *LRN?.
ns the waveform and timebase selected
Waveform Database Command Group
You use the commands in the Waveform Database Command group to view and
set up a waveform database. A waveform database is a collection of sequentially
acquired waveforms. Think of a waveform database as a three-dimensional array
with a count dimension in addition to the usual vertical and horizontal dimensions.
he count represents the number of times a specific waveform point has been
T
acquired or generated. Waveform database accumulation is always a dot mode
accumulation (that is, no interpolation or vectoring is performed).
Waveform database count values stored in the waveform database array are
unit-less with respect to absolute user units (for example, volts or seconds). They
are described by the attributes of the source waveform along with the overall
dimensions of the array.
DSA/CSA/TDS8X00/B Series Programmer Manual2-43
Command Groups
The following a
re the dimensions of a waveform database:
Horizontal (columns). Value is 500, which is the maximum horizontal
graticule view size.
Vertical (rows). Value is 402, which is the maximum vertical graticule view
size in pixels, plus one row each for the overrange (OR) and the underrange
(UR) counts for each column.
Count (weights or density). Value is 32 bits.
Use waveform databases for measurements, histogram calculations and display,
mask testing, and generating a density-style graded display. If the source is a
displayed waveform database, then the mask testing, histogram calculations, and
measurements will use the waveform database.
You can use the commands in this group to do the following:
Set the source to which the waveform database is assigned.
Enable or disable the waveform database.
Set whether the waveform database is displayed.
Set the signal type of the waveform database (pulse or eye).
Set whether you want the waveform database drawn with color or intensity
grading.
Set the display emphasis for the waveform database. The value you specify
sets the range of counts you want emphasized. The lowest value, 0,
emphasizes bins with low counts; the highest value, 100, emphasizes bins
with high counts.
Invert the mapping function that applies colors and intensity to the waveform
database to significantly emphasize the least occurring pixels.
Clear the specified waveform database.
Obtain all the waveform database display parameters.
Obtain all the waveform database parameters.
Command
WFMDB?Returns all WfmDB parameters
WFMDB:DISplay?
WFMDB:DISplay:EMPHasisSets or returns the WfmDB display emphasis
WFMDB:DISplay:GRADingSets or returns the WfmDB grading type
WFMDB:DISplay:GRADMethodSets or returns the WfmDB grading method
WFMDB:DISplay:INVertSets or returns the WfmDB grading inversion
WFMDB:WFMDB<x>?Returns WfmDB<x> parameters
Description
Returns wWmDB display parameters
to any one of four available methods
2-44DSA/CSA/TDS8X00/B Series Programmer Manual
Command Groups
Command
WFMDB:WFMDB<x>:CLEarDeletes (clears) resource of specified
WFMDB:WFMDB<x>:DISplaySets or returns the WfmDB<x> displayed
WFMDB:WFMDB<x>:ENABle
WFMDB:WFMD
WFMDB:WFMDB<x>:PERSistence:MODeSets or returns the persistence mode (two
WFMDB:WF
SAMPles?
WFMDB:WFMDB<x>:SOURceSets or returns the WfmDB<x> source
B<x>:PERSistence:COUNt
MDB<x>:PERSistence:
Waveform Transfer Command Group
e commands in the Wa veform Transfer Command Group to transfer
Use th
waveform data points to and f rom the instrument. Waveform data points are a
collection of values that define a waveform. One data value usually represents
one data point in the waveform record. When working with envelope waveforms,
each data value is either the minimum or the maximum of a min/max pair.
Description
WfmDB
Sets or returns the specifi ed waveform
database
Sets or retu
applied to WfmDB<x> when set to Variable
Persistence mode
availabl
Returns t
for WfmDB<x> when using in Variable
Persistence mode
rns the waveform count
e) that WfmDB<x> uses
he samples count in effect
Data Formats
Before you transfer waveform data, you must specify the data format, record
length, and waveform source.
Acquired waveform data uses 14 or more bits to represent each data point. The
number of bits used depends on the acquisition mode specified when you acquired
the data. Data acquired in SAMple or ENVElope mode uses 14 bits per waveform
data point. Data acquired in AVERage mode uses up to 16 bits per point.
The instrument can transfer waveform data in either ASCII or binary format. You
specify the format with the DATa:ENCdg command. The instrument uses signed,
4 byte integers and floating point values; it does not support unsigned values.
ASCII data is represented by signed integer or floating point values. An example
of an ASCII waveform data string may look like this:
ASCII will prod
produced by binary format. However, ASCII may require more bytes to send the
same values than it does with binary. This may reduce transmis sion speeds.
Binary data can be represented by signed integer or floating-point values. The
defined binary formats specify the order in which the bytes are transferred. The
following are the four binary formats:
RIBinary specifies signed integer data-point representation with the most
significant byte transferred first.
SRIBinary is the same as RIBinary except that the byte order is reversed;
the least significant byte is transferred first. This format is useful when
transferring data to IBM-compatible PCs.
FPBinary specifies floating-point data-point representation with the m ost
significant byte transferred first.
SFPBinary is the same as RFBinary except that the byte order is reversed;
the least significant byte is transferred first. This format is useful when
transferring data to IBM-compatible PCs.
You can transfer multiple points for each waveform record. You can transfer a
portion of the waveform or you can transfer the entire record. You can use the
DATa:STARt and DATa:STOP commands to specify the first and last data points
e waveform record. The instrument supports record lengths of 20, 50, 100,
of th
250, 500, 1000, 2000, and 4000 samples.
uce more readable and more easily formatted output than that
Waveform Data Locations
and Memory Allocation
n transferring data into the instrument, you must first specify the record
Whe
length of the destination waveform record. To specify the record length, use
the WFMInpre:NR_Pt command. Next, specify the first data point within the
waveform record. For example , when you set DATa:STARt to 1, data points will
be stored starting with the first point in the record. The instrument will ignore the
value set by DATa:STOP when reading in data. It will stop reading in data when
here is no more data to read, or when it has reached the specified record length.
t
When transferring data from the instrument, you must specify the first and last
data points in the waveform record. Setting DATa:STARt to 1 and DATa:STOP to
the record length will always return the entire waveform.
The DATa:SOUrce and DATa:TIMebase commands specify the waveform source
and waveform timebase when transferring a waveform from the instrument. You
can only transfer one waveform at a time.
Waveforms sent to the instrument are always stored in one of the eight reference
memory locations. You use the DATa:DESTination command to specify a
reference memory location.
2-46DSA/CSA/TDS8X00/B Series Programmer Manual
Command Groups
Waveform Preamble
Each waveform t
hat you transfer has an associated waveform preamble that
contains information such as the horizontal scale, the vertical scale, and other
settings in effect when the waveform was created. The values returned by the
WFMOutpre query commands are set by the previous curve query. Therefore,
to have a valid set of preamble and data, you must perform a CURVe? query
followed by a WFMOutpre? query. Refer to the individual WFMInpre and
WFMOutpre c
Command
CURVeThe command format transfers waveform
DATa
DATa:DESTinationSets or returns the reference memory
DATa:ENCdgSets or returns the format of the waveform
DATa:SOUrceSets or returns the location of waveform data
DATa:STARtSets or returns the starting data point in
DATa:STOPSets or returns the ending data point in
WAVFrm?Returns W FMO u tpre? and CURVe? data
DATa:TIMebase
WFMInpre?Returns the waveform formatting data
WFMInpre:BIT_Nr?Returns the number of bits (width) per
WFMInpre:BN_Fmt
ommands for more information.
Description
data to the instrument (reference memory
location specified by DATa:DESTination)
The query format transfers waveform
data from instrument specified by the
DATa:SOUrce command
Sets the format and location of the waveform
data that is transferred with the CURVe
command
Returns the format and location of the
waveform data that is transferred with the
CURVe? command
location for storing waveform data sent to
the instrument
data
transferred from the instrument
waveform transfer
waveform transfer
for the waveform as specified by the
DATA:SOUrce command
Sets or returns the DATa:SOUrce associated
timebase used to specify the location of the
waveform data to be transferred from the
instrument
(preamble) for the incoming waveform
waveform point for the waveform to be
transferred to the instrument
Sets o r returns the format of the binary or
ascii data encoding of the waveform to be
transferred to the instrument
DSA/CSA/TDS8X00/B Series Programmer Manual2-47
Command Groups
Command
WFMInpre:BYT_Nr?Returns the byte width of the waveform to be
WFMInpre:BYT_OrSets or returns which byte of binary waveform
WFMInpre:ENCdgSets or returns the type of encoding used for
WFMInpre:NR_Pt
WFMInpre
WFMInpre:WFMLabel
WFMInpre:XINcr
WFMInp
WFMIn
WFMI
WFMInpre:XZEro
WFM
FMInpre:YOFf
W
WFMInpre:YSCALESets or returns the vertical unit scale factor
WFMInpre:YUNit
WFMInpre:YZEro
WFMOutpre?Returns the preamble for the outgoing
WFMOutpre:BIT_Nr?Returns the number of bits (width) per
:PT_Fmt
re:XMUlt
pre:XOFf
npre:XUNit
Inpre:YMUlt
Description
transferred to the instrument
data is trans
data transfer to the instrument
waveform data transferred with the CURVe
command
Sets or ret
waveform
Sets or returns the data point format of the
incoming waveform
Sets or r eturns the label for the incoming
wavefor
Sets or r
of the incoming waveform
Sets or returns the horizontal scale factor
(horizontal units per division) of the incoming
wavef
Sets o
horizontal units of the incoming waveform
Sets or returns the horizontal (x-axis) units of
the incoming waveform
Sets or returns the horizontal (x-axis) origin
set (time of first point in this instrument) of
off
the incoming waveform
Sets or returns the vertical scale in vertical
units per division of the incoming waveform
turned by the previous CURVe? command
re
ets or returns the vertical position of the
S
incoming waveform in divisions
of the incoming waveform
Sets or returns the vertical (y-axis) units of
the incoming waveform
Sets or returns the vertical offset voltage of
the incoming waveform
waveform
waveform point of the waveform to be
transferred from the instrument
mitted first during a waveform
urns the record length of the input
m
eturns the interval between samples
orm
r returns the horizontal position in
2-48DSA/CSA/TDS8X00/B Series Programmer Manual
Command Groups
Command
WFMOutpre:BN_FmtSets or returns the format of the binary data
WFMOutpre:B
WFMOutpre:BYT_OrSets or returns which byte of binary waveform
WFMOutpre
WFMOutpre:NR_Pt?Returns the number of points that were
WFMOutp
WFMOutpre:WFId?Returns a descriptive string of the waveform
WFMOu
WFMOutpre:XINcr?Returns the interval between samples of
WFMO
WFMOutpre:XOFf?
WFMOutpre:XUNit?Returns the horizontal units of the waveform
FMOutpre:XZEro?
W
WFMOutpre:YMUlt?Returns the vertical scale factor in vertical
WFMOutpre:YOFf?Returns the vertical position of the waveform
WFMOutpre:YSCALE?Returns vertical unit scale factor of the
WFMOutpre:YUNit?Returns the vertical units of the waveform
WFMOutpre:YZEro?Returns the vertical offset of the waveform
YT_Nr?
:ENCdg
re:PT_Fmt?
tpre:WFMLabel?
utpre:XMUlt?
Description
encoding of the waveform to be transferred
from the instr
Returns the b
be transferred from the instrument
data is transmitted first during a waveform
data transf
Sets or ret
waveform data transferred with the CURVe?
command
returned
Returns
waveform returned by the previous CURVe?
command
return
Retur
transferred by the CURVe? command
the waveform transferred by the CURVe?
comm
rns the horizontal scale factor of the
Retu
waveform returned by the previous CURVe?
command
Returns the horizontal position in horizontal
units of the returned waveform
turned by the previous CURVe? command
re
eturns the time of first point (sample) of the
R
waveform returned by the previous CURVe?
command
units per division of the waveform returned
by the previous CURVe? command
returned by the previous CURVe? command
incoming waveform by the previous CURVe?
command
returned by the previous CURVe? command
returned by the previous CURVe? command
ument
yte width for the waveform to
er
urns the type of encoding used for
by the previous CURVe? command
the data point format of the
ed by the previous CURVe? command
ns the label for the previous waveform
and
DSA/CSA/TDS8X00/B Series Programmer Manual2-49
Command Groups
2-50DSA/CSA/TDS8X00/B Series Programmer Manual
Commands Listed in Alphabetical Order
ACQuire? (Query Only)
y only command that returns all the current acquisition parameters.
ACQUIRE:CURRENTCOUNT:ACQWFMS 0;HISTWFMS
.
Group
Syntax
Examples
This is a quer
Acquisition
ACQuire?
ACQUIRE? might return the following string for the current acquisition
This query only command returns the current count value of acquired waveforms.
The target value of this count is set by the ACQuire:STOPAfter:COUNt command
(in conjunction with the ACQuire:STOPAfter:CONDition command). The
instrument then counts up to this value. When the count reaches (or exceeds) the
value, acquisition stops, and the specified StopAfter action is enabled.
NR1 is the current count value of acquired waveforms.
ACQUIRE:CURRENTCOUNT:ACQWFMS? might return
ACQUIRE:CURRENTCOUNT:ACQWFMS 20, indicating that currently 20 waveforms
have been acquired.
Commands Listed in Alphabetical Order
ACQuire:CURR
Related Commands
Examples
entcount:HISTHits? (Query Only)
This query only command returns the current count value of histogram hits. The
target value of this count is set by the ACQuire:STOPAfter:COUNt command
ion with the ACQuire:STOPAfter:CONDition command). The
Group
Syntax
Returns
(in conjunct
instrument then counts up to this value. When the count reaches (or exceeds) this
value, acquisition stops, and the specified StopAfter action is enabled.
ACQUIRE:CURRENTCOUNT:HISTHITS? might return
ACQUIRE:CURRENTCOUNT:HISTHITS 100, indicating that currently 100
histogram hits have been acquired.
ACQuire:CURRentcount:HISTWfms? (Query Only)
This query only command returns the current count value of waveforms
accumulated for histograms. The target value of this count is set by
the ACQuire:STOPAfter:COUNt command (in conjunction with the
ACQuire:STOPAfter:CONDition command). The instrument then counts up to
this value. When the count reaches (or exceeds) this value, acquisition stops, and
the specified StopAfter action is performed.
NR1 is the current count value of histogram waveforms.
2-52DSA/CSA/TDS8X00/B Series Programmer Manual
Commands Listed in Alphabetical Order
ACQuire:CUR
Related Commands
Examples
ACQUIRE:CURRE
ACQUIRE:CURRENTCOUNT:HISTWFMS 25, indicating that currently 25
waveforms have been acquired in the histogram.
NTCOUNT:HISTWFMS?
Rentcount:MASKHits<x>? (Query Only)
This query only command returns the current count value of hits in the specified
mask polygon, which can be 1 through 8. The target value of this count is
CQuire:STOPAfter:COUNt command (in conjunction with the
Group
Syntax
set by the A
ACQuire:STOPAfter:CONDition command). The instrument then counts up to
this value. When the count reaches (or exceeds) this value, acquisition stops, and
the specified StopAfter action is enabled.
NR1 is the current count value of hits for the specified mask polygon, which can
be 1 through 8.
ACQUIRE:CURRENTCOUNT:MASKHITS4 might return
ACQUIRE:CURRENTCOUNT:MASKHITS4 300, indicating that currently 300 mask
hits have been acquired in mask 4.
ACQuire:CURRentcount:MASKSamples? (Query Only)
This query only command returns the current count value of mask samples. The
target value of this count is set by the ACQuire:STOPAfter:COUNt command
(in conjunction with the ACQuire:STOPAfter:CONDition command). The
instrument then counts up to this value. When the count reaches (or exceeds) this
value, acquisition stops, and the specified StopAfter action is performed.
ACQUIRE:CURRENTCOUNT:MASKSAMPLES? might return
ACQUIRE:CURRENTCOUNT:MASKSAMPLES 75, indicating that
currently 75 mask samples have been acquired for mask testing.
nt count value of mask samples accumulated for mask testing.
ACQuire:CURRentcount:MASKTHits? (Query Only)
This query only command returns the current total count value of mask hits. The
target value of this count is set by the ACQuire:STOPAfter:COUNt command
(in conjunction with the ACQuire:STOPAfter:CONDition command). The
instrument then counts up to this value. When the count reaches (or exceeds) this
value, acquisition stops, and the specified StopAfter action is performed.
ACQUIRE:CURRENTCOUNT:MASKTHITS? might return
ACQUIRE:CURRENTCOUNT:MASKTHITS 300, indicating that currently 300 mask
hits have been acquired.
ACQuire:CURRentcount:MASKWfms? (Query Only)
This query only command returns the current count value of mask waveforms.
The target value of this count is set by the ACQuire:STOPAfter:COUNt command
(in conjunction with the ACQuire:STOPAfter:CONDition command). The
instrument then counts up to this value. When the count reaches (or exceeds) this
value, acquisition stops, and the specified StopAfter action is performed.
Group
Acquisition
Syntax
2-54DSA/CSA/TDS8X00/B Series Programmer Manual
ACQuire:CURRentcount:MASKWfms?
Commands Listed in Alphabetical Order
Related Commands
Returns
Examples
ACQuire:STOPA
NR1 is the current count value of waveforms accumulated for mask testing.
ACQUIRE:CURRENTCOUNT:MASKWFMS? might return
ACQUIRE:CURRENTCOUNT:MASKWFMS 25, indicating that currently 25
waveforms
fter:COUNt, ACQuire:STOPAfter:CONDition
have been acquired for mask testing.
ACQuire:DATA:CLEar (No Query Form)
This command (no query form) causes an acquisition reset and clears all acquired
data, clears the display, and, if active, resets FrameScan. When a clear data
occurs, it has the following effects:
Sample-mode waveform. The current waveform data is replaced by the
waveform data of the next acquisition cycle when it is available.
Average-mode waveform. The average algorithm mode resets such that the
next acquisition w ill be a straight-through copy.
Envelope-mode waveform. The envelope algorithm mode resets such that the
next acquisition w ill be a straight-through copy.
Group
Syntax
Waveform database. The contents of the database will be cleared (reset
to zero) at the start of the next acquisition cycle before adding the next
acquisition.
Histogram data and statistics. The data and all statistics will be cleared
immediately.
Mask counts and statistics. Mask counts and all statistics will be cleared
immediately.
Acquisition status. The acquisition waveform count or StopAfter condition is
reset and target counts are reloaded.
Counts. Resets all counts, including number of acquired waveforms,
acquisition and math average counts, conditional stop counts, and FrameScan
counts (if any of these are active).
Measurement statistics. Measurement statistics are reset.
Acquisition
ACQuire:DATA:CLEar
Examples
DSA/CSA/TDS8X00/B Series Programmer Manual2-55
ACQUIRE:DATA:CLEAR causes an acquisition reset and clears all acquired data.
Commands Listed in Alphabetical Order
ACQuire:MODe
This command sets or queries the acquisition mode of the instrument, which
determines how the final value of the acquisition interval is generated from the
many data sam
channel wa veforms that it acquires. Sending this command is equivalent to
selecting the Acquisition Mode in the Acquisition Setup dialog box.
Normally, the instrument takes one sample per trigger and builds a channel
waveform over many successive triggers. If acquiring continues, the instrument
writes over the acquired waveform with each newly acquired waveform from the
same channel. You can modify this behavior by setting the instrument to use one
of the three, mutually exclusive acquisition modes:
Sample. Use Sample mode to see the signal in its purest form with no post
processing. This is the default mode.
Average. Use Average mode to reduce the apparent noise in the signal to
reveal fundamental waveform behavior.
Envelope. Use Envelope mode when it's important to see the variation of
extremes in a waveform over time.
ples. The instrument applies the specified mode globally to all
Group
Syntax
Related Commands
Acquisition
ACQuire:MODe { SAMple | AVERage | ENVElope }
ACQuire:MODe?
ACQuire:NUMAVg
2-56DSA/CSA/TDS8X00/B Series Programmer Manual
Commands Listed in Alphabetical Order
Arguments
Examples
SAMple specifie
simply the first sampled value that was taken during the acquisition interval.
There is no post processing of acquired samples; the instrument overwrites
waveforms at each new acquisition cycle.
mode.
AVERage specifies averaging mode, in which the resulting waveform shows
anaverageofSAMpledatapointsfrom several consecutive waveform
acquisitions. The instrument processes the number of waveforms you
specify in
exponential a verage of the input signal. The number of waveform acquisitions
that go into making up the average waveform is set or queried using the
ACQuire:NUMAVg command.
ENVElope specifies envelope mode, in which the instrument continuously, as
subsequent waveforms are acquired, retains the running minimum (Min) and
maximum (Max) values in adjacent sample intervals, creating an envelope of
all waveforms acquired for that channel.
ACQUIRE:MODE ENVELOPE sets the acquisition mode to display a waveform that
is an envelope of many individual waveform acquisitions.
ACQUIRE:MODE? might return ACQUIRE:MODE AVERAGE, indicating that
the displayed waveform is the average of the specified number of waveform
acquisitions.
s sample mode, in which the displayed data point value is
SAMple is the default acquisition
to the acquired waveform, creating a running back-weighted
ACQuire:NUMAVg
Group
Syntax
Related Commands
Arguments
This command sets or queries the number of waveform acquisitions that make up
an averaged waveform. Sending this command is equivalent to s
of samples in the Acquisition Mode section of the Acquisition Setup dialog box
when Average is checked for the Acquisition Mode. Use the ACQuire:MODe
command to enable the Average mode.
Acquisition
ACQuire:NUMAVg <NR1>
ACQuire:NUMAVg?
ACQuire:MODe
NR1 is the number of consecutive waveform acquisitions (from 2 to 4,096) used
for averaging.
etting the number
DSA/CSA/TDS8X00/B Series Programmer Manual2-57
Commands Listed in Alphabetical Order
Examples
ACQUIRE:NUMAV
of combining 10 separately acquired waveforms.
ACQUIRE:NUMAVG? might return ACQUIRE:NUMAVG 75, indicating that there are
75 acquisitions specified for averaging.
ACQuire:SAVEFile:SAVEScreen
This command sets or queries the file to which a screen is saved at the completion
of a StopAfter condition (when the StopAfter action is set to SAVEScreen). See
the ACQuire:STOPAfter:ACTion command. The s creen is saved in the specifiedfile in .BMP format. This is equivalent to selecting Print Screen to File in the Stop
Action section of the Acquisition Setup dialog box and entering a file name.
G10
specifies that an averaged waveform will show the result
<Qstring> defines the file name and path. Input the file path using the form
<drive>/<dir>/<filename>. The <drive> and one or more <dir> arguments are
optional. If you do not specify them, the instrument will copy the file into the
current directory. The <filename> can be a Windows long file name. Do not
use wild card c haracters.
ACQUIRE:SAVEFILE:SAVESCREEN "Wavetest.bmp" specifies the file
Wavetest.bmp (in the current directory) to which the screen will be saved after a
StopAfter SAVEScreen condition is met.
ACQUIRE:SAVEFILE:SAVESCREEN? might return
ACQUIRE:SAVEFILE:SAVESCREEN "TESTFILE.BMP", indicating that the
screen will be saved in TESTFILE.BMP in the current directory when the
StopAfter action is enabled.
ACQuire:SAVEFile:SAVEWfm
This command sets or queries the file to which waveform data is saved at
the completion of a StopAfter condition (when the StopAfter action is set to
SAVEWaveform). See the ACQuire:STOPAfter:ACTion command. This is
equivalent to selecting Save All Waveforms in the Stop Action section of the
2-58DSA/CSA/TDS8X00/B Series Programmer Manual
Commands Listed in Alphabetical Order
Group
Syntax
Related Commands
Arguments
Acquisition Se
base file name and path used when multiple waveforms are saved. Each saved
waveform has the base file name with a unique index number appended to it to
prevent overwriting of the files.
<QSTRING> defines the base file name and path. Input the file path using the form
<drive>/<dir>/<filename>. The <drive> and one or more <dir> arguments are
optional. If you do not specify them, the instrument will copy the file into the
current directory. The <filename> can be a Windows long file name. Do not use
wild card characters. An index number is attached to the base filename each time
this command is sent so that the fi le is not overwritten. For example, a file with
thebasenameWave.docwillbesavedasWave1.docthefirst time, Wave2.doc the
second time, and so on.
tup dialog b ox and entering a file name. This command sets the
Examples
ACQuire:STATE
Group
Syntax
ACQUIRE:SAVEFILE:SAVEWFM "Wave.doc" specifies the file Wave1.doc
(in the current directory) to which the screen will be saved after a StopAfter
SAVEWfm condition is met.
WAVETST.DOC in the current directory when the StopAfter action is enabled.
This command starts or stops acquisitions or queries whether the acquisition
is running or stopped. Sending this command is equivalent to pressing
the front-panel RUN/STOP button. The ACQuire:STOPAfter:MODe and
ACQuire:STOPAfter:CONDition commands may cause other signal events to
also stop acquisition.
Acquisition
ACQuire:STATE { OFF | ON | RUN | STOP | <NR1> }
ACQuire:STATE?
, indicating that the waveform data will be saved in
DSA/CSA/TDS8X00/B Series Programmer Manual2-59
Commands Listed in Alphabetical Order
Related Commands
Arguments
Examples
ACQuire:STOPA
OFF stops acquisitions.
STOP stops acquisitions.
ON starts acquisitions.
RUN starts acquisitions.
NR1 set to 0 stops acquisitions; any other value starts acquisitions.
ACQUIRE:STATE RUN starts acquisition of waveform data.
ACQUIRE:STATE? might return ACQUIRE:STATE 1, indicating that the
acquisition system is running.
NOTE. A query always returns a 0 or 1.
ACQuire:STOPAfter? (Query Only)
This query only command returns all StopAfter parameters.
This command sets or queries the action that the instrument performs after the
acquisition is stopped when reading a conditional state. This is equivalent to
making a Stop Action selection in the Acquisition Setu
NONe specifies to take no action when the stop after condition is met. This is
ile:SAVEScreen, ACQuire:SAVEFile:SAVEWfm
the default.
SAVEScreen specifies that on acquisition stop the file named by the
ACQuire:SAVEFile:SAVEScreen command will be created if it does not
exist or overwritten if does. The resultant file will contain a bitmap image of
the display.
PRINTScreen specifies that on acquisition stop a bitmap image of the
application is sent to the default printer.
SAVEWaveform specifies that on acquisition stop all waveforms are saved in
the files specified by the ACQuire:SAVEFile:SAVEWfm command.
ACQUIRE:STOPAFTER:ACTION PRINTSCREEN sets the instrument to send a
bitmap image of the application to the printer when the stop after condition is met.
indicating that the Stop After Bell feature is on.
te. This is equivalent to checking Ring Bell in the Stop Action section
sition
ON turns on the bell.
0FF turns off the bell.
NR1 set to 0 turns off the bell; any other value turns on the bell.
NOTE. A query always returns a 0 or 1.
DSA/CSA/TDS8X00/B Series Programmer Manual2-61
Commands Listed in Alphabetical Order
ACQuire:STOP
After:CONDition
This command sets or queries the StopAfter condition. The StopAfter condition
qualifies a stop condition for the acquisition system. Only one StopAfter condition
can be active
indirectly, a specific data element or operation such that all mutually exclusive
conditions are unique and unambiguous. This command allows you to specify
the condition on which to stop acquiring. The condition is valid when the
ACQuire:STOPAfter:MODE is set to CONDition. This is equivalent to checking
the Condition control in the Stop After section of the Acquisition Setup dialog
box and se
NOTE. You must have the associated feature enabled before you can
set the StopAfter condition. For example, you must turn on histograms
(HIStogram:ENABle) before you can set the HISTHits StopAfter condition.
at a given time. Each StopAfter condition identifies, directly or
lecting a condition.
Related Commands
Arguments
ACQuire:STOPAfter:COUNt, ACQuire:STOPAfter:MODe
ACQWfms sets the instrument to stop acquiring after some specified number of
raw acquisition cycles. This setting tells the instrument to count the number
of Main Timebase sweeps (Mag sweeps are not counted independently) and
stop acquisition after the specified number of acquisitions has been reached.
Use the ACQuire:STOPAfter:COUNt command to set the target number of
waveforms.
HISTWaveform sets the instrument to stop acquisition after a
specified number of Histogram source waveforms is acquired. Use the
ACQuire:STOPAfter:COUNt command to set the specified number of
waveforms.
2-62DSA/CSA/TDS8X00/B Series Programmer Manual
Commands Listed in Alphabetical Order
HISTHits sets t
he instrument to stop acquisition after it acquires a specified
number of valid hits (that is, non-null samples) in the histogram region. This
is a greater than or equal to condition because only complete records are
processed. Therefore, the number of actual hits will not necessarily match
your requested number of hits; the acquisition will stop when the number
of hits is greater than or equal to the number of specified hits. Use the
ACQuire:ST
MASKWaveform sets the instrument to stop acquisition after a specified
number of w
OPAfter:COUNt command to set the specified number of hits.
aveforms is acquired of the Mask source waveform. Use the
ACQuire:STOPAfter:COUNt command to set the specified number of
waveforms.
MASKSample sets the instrument to stop acquisition after a greater than or
equal to number of valid (that is, non-null) waveform samples are acquired of
the Mask source waveform. Use the ACQuire:STOPAfter:COUNt command
to set the specified number of waveform samples.
MASK<x>Hits sets the instrument to stop acquisition after a specified number
of mask hits occur in mask number < x>, which can be 1 through 8. For the
same reasons as HISTHits argument, this is also a g reater than or equal to
tion. Use the ACQuire:STOPAfter:COUNt command to set the specified
condi
number of hits.
MASK
TOTalhit
sets the instrument to stop acquisition after a specified
number of total mask hits occurs in all masks combined. For the same reasons
as the HISTHits argument, this is also a greater than or equal to condition.
Use the ACQuire:STOPAfter:COUNt command to set the specified total
number of hits.
Examples
FRAMecycle sets the instrument to stop acquisition after it has acquired
the number of bits specified in the Scan Bits field in the Frame Scan
section of the Horizontal Setup dialog box (for example, stop after
ne frame scan cycle). You can set the number of scan bits with the
o
HORizontal:FRAMescan:SCANBits command.
AVGComp sets the instrument to stop acquisition after the number of
waveforms specified by the ACQuire:NUMAVg command have been
acquired and averaged.
ACQUIRE:STOPAFTER:CONDITION HISTHits sets the instrument to stop
acquisition after it acquires the specified number of valid hits in the histogram
region.
ACQUIRE:STOPAFTER:CONDITION? might return
ACQuire:STOPAfter:CONDition MASK3HITS, indicating that the acquisition
will be stopped after the hits in mask 3 are equal to or greater than the specified
number of hits.
DSA/CSA/TDS8X00/B Series Programmer Manual2-63
Commands Listed in Alphabetical Order
ACQuire:STOP
Related Commands
After:COUNt
This command sets or queries the target StopAfter count for the condition
specified by the ACQuire:STOPAfter:CONDition command. The current count
for the condi
are s topped and a StopAfter action is enabled. The state of the numeric
StopAfter count for each condition is kept individually so that you do not need
to re-enter a count when switching between conditions. Use the appropriate
ACQuire:CURRentcount command to get the current count for a condition (see
Related Commands below).
tion must be equal to or greater than this value before acquisitions
Arguments
Examples
NR1 is the count value that must be reached (or exceeded) before the acquisitions
stop and StopAfter action can occur.
ACQUIRE:STOPAFTER:COUNT 12 sets the StopAfter count for the specified
condition to 12.
ACQUIRE:STOPAFTER:COUNT? might return AC Quire:STOPAfter:COUNt 5,
indicating that the total count for the specified condition is 5.
ACQuire:STOPAfter:MODe
This command tells the instrument when to stop taking acquisitions. The
query form of this command returns the StopAfter mode. This command is the
equivalent of checking Run/Stop or Condition in the Stop After section of the
Acquisition Setup dialog box. (The ACQuire:STATE command can also be used
to start or stop acquisitions.)
Group
Acqui
sition
2-64DSA/CSA/TDS8X00/B Series Programmer Manual
Commands Listed in Alphabetical Order
Syntax
Related Commands
Arguments
Examples
ACQuire:STOPA
ACQuire:STOPAfter:MODe?
ACQuire:STOPAfter:CONDition, ACQuire:STATE
RUNSTop spe
the front-panel RUN/STOP controls.
CONDition specifies that the run and stop state of the system is determined
by a set a qualifiers specified by the StopAfter Condition. These sub-states
are further described in the ACQuire:STOPAfter:
instrument can still be stopped unconditionally by pressing the front-panel
Run/Stop button or by sending the ACQuire:STATE command.)
ACQUIRE:STOPAFTER:MODE RUNSTOP sets the instrument to run or stop
acquisitions when the user presses the front-panel RUN/STOP button.
a set of qualifiers specified by the StopAfter condition.
fter:MODe { RUNS Top | CONDition }
cifies that the run and stop state is determined by the one of
CONDition section. (The
, indicating that the run and stop state of the system is determined by
ALLEv? (Query Only)
Group
Syntax
Related Commands
Returns
This query only command causes the instrument to return all events and their
messages and removes the returned events from the Event Queue. The messages
are separated by commas. Use the *ESR? query to enable the events to be
returned. For a complete discussion of the use of these registers, see the topics
in Status and Events. This command is similar to repeatedly sending *EVMsg?
queries to the instrument.
where <Command> is the command that caused the error and may be returned
when a command error is d etected by the instrument. As much of the command
DSA/CSA/TDS8X00/B Series Programmer Manual2-65
Commands Listed in Alphabetical Order
Examples
APPlication:ACTivate
Group
Syntax
Arguments
will be returne
<Message> and <Command> strings combined. The command string is right
justified.
ALLEV? might return the string :ALLEV 2225, "MEASUREMENT ERROR, NO
WAVEFORM TO MEASURE;",420,"QUERY UNTERMINATED;"
d as possible without exceeding the 60-character limit of the
.
(No Query Form)
This command (no query form) is used to launch the optional software
applications. The application must be installed and activated with a key code. (A
key code is not necess
Miscellaneous
APPlication:ACTivate {80SJNB}
80SJNB is the optional 80SJNB Advanced Jitter, Noise, and BER Analysis
software.
analysis application for serial data signal impairment characterization. The
80SJNB application requires approximately 10 seconds to launch.
80SJNB is a comprehensive jitter, noise, and bit error ratio (BER)
ary if the application is within a free trial period).
Examples
APPLICATION:ACTIVATE 80SJNB launches the 80SJNB s oftware application.
AUTOSet (No Query Form)
This command (no query form) causes the i nstrument to adjust its vertical,
horizontal, and trigger controls to provide a stable display of the selected
waveform. Sending this command is equivalent to pressing the front-panel
AUTOSET button.
NOTE. If the currentl
be performed.
Group
Syntax
Miscellaneous
AUTOSet EXECute
y selected waveform is a mask source, a mask autoset will
2-66DSA/CSA/TDS8X00/B Series Programmer Manual
Commands Listed in Alphabetical Order
Related Commands
Arguments
Examples
AUTOSet:HORizontal
Group
Syntax
Related Commands
AUTOSet:TYPE
EXECUTE autosets the currently selected waveform.
AUTOSET EXECUTE performs an autoset on the currently selected waveform.
This command sets or queries whether an autoset should perform the horizontal
autoset portion when Autoset is executed.
Horizontal
AUTOSet:HORizontal { ON | OFF | 0 | 1 }
AUTOSet:HORizontal?
AUTOSet
Arguments
Examples
ON enables the horizontal AutoSet options.
OFF disables the horizontal AutoSet options.
0 disables the horizontal AutoSet options.
1 enables the horizontal AutoSet options.
AUTOSET:HORIZONTAL ON enables the horizontal autoset options.
AUTOSET:HORIZONTAL? might return AUTOSET:HORIZONTAL 0, indicating that
horizontal autoset options are disabled.
AUTOSet:STOP (No Query Form)
This command (no query form) aborts an autoset that was initiated with the
AUTOSet command.
Group
Syntax
Miscellaneous
AUTOSet:STOP
DSA/CSA/TDS8X00/B Series Programmer Manual2-67
Commands Listed in Alphabetical Order
Examples
AUTOSet:TDR:INCident
Group
Syntax
Related Commands
Arguments
AUTOSET:STOP a
This command sets or queries the option to display the TDR incident edge
on-screen wh
the incident edge is placed at the one-half horizontal d ivision (from left edge).
If the Display Incident Edge is off, the incident edge is placed one horizontal
division off the left edge of the screen.
indicating that the TDR incident edge is set to be displayed on-screen when
performing a TDR autoset.
NOTE. A query always returns a 0 or 1.
This command sets or queries whether an autoset should perform the trigger
autoset portion when Autoset is executed.
Trigger
2-68DSA/CSA/TDS8X00/B Series Programmer Manual
Commands Listed in Alphabetical Order
Related Commands
Arguments
Examples
AUTOSet:TYPE
Syntax
AUTOSet:TRIGg
AUTOSet:TRIGger?
er{ON|OFF|0|1}
AUTOSet
ON enables the trigger AutoSet options.
OFF disables the trigger AutoSet options.
0 disables the trigger AutoSet options.
1 enables the trigger AutoSet options.
AUTOSET:TRIGGER ON enables the trigger autoset options.
AUTOSET:TRIGGER? might return AU TOSET:TRIGGER 0, indicating that trigger
autoset options are disabled.
Group
Syntax
Related Commands
This command sets or queries the default mode used by the AUTOSet command
to perform nonmask AUTOSet operations. Using the TYPE argument, you can
bias the autoset operation for display of either a waveform edge, period, eye, or
TDR edge in the graticule. Sending this command is equivalent to selecting a
mode in the Autoset Properties dialog box.
NOTE. When performing MASK:AUTOSet operations, the currently pre-defined
mask standard (selected with the MASK:STANDARD command) drives Autoset
execution, not the AUTOSET:TYPE command setting. However, when using a
user-defined mask, you still might w ant to use the AUTOSet and AUTOSet:TYPE
command, since the MASK:AUTOSET command is unable to obtain autoset
parameters from a user-defined mask standard.
quent autoset commands to configure the instrument to
display a rising edge of the signal connected to the currently selected channel
in the center 20% of the graticule.
PERIod sets subsequent autoset commands to configure the instrument to
display 2 to 3 periods of the signal connected to the currently selected channel
centered in the graticule.
EYE sets subsequent autoset commands to configure the ins trument to display
one bit (two eye crossings) horizontally centered across a pproximate ly 70%
of the graticule (7 divisions) and vertically centered across approximately
60% of the graticule (6 divisions). Use the Eye argument for N
RZ sets subsequent autoset commands to configure the instrument to display
RZ waveforms.
one bit (two rising edges) horizontally centered across approximately 60%
of the graticule (6 divisions) and vertically centered across approximately
50% of the graticule (5 divisions).
TDR sets subsequent autoset commands to configure the ins trument to display
the first significant reflection at the third horizontal division. If the Display
Incident Edge option is on, the incident edge is placed at the one-half
horizontal division (from left edge). If the Displ
ay Incident Edge is off,
the incident edge is placed one horizontal division off the left edge of the
screen. If no significant reflections are located, the incident edge is placed
at the one-half horizontal division (from left edge) regardless of the Display
Incident Edge setting.
Examples
AUTOSET:TYPE EDGE sets the default Autoset mode to EDGE.
AUTOSET:TYPE? might return AUTOSET:TYPE RZ, indicating that the default
AutosetmodeisRZ.
AUTOSet:UNDO (No Query Form)
This command (no query form) returns the parameters changed by an AUTOSet
command to their previous states. This command is invalidated the fi rst time you
modify any instrument state parameter.
Group
Syntax
Related Commands
Examples
Miscellaneous
AUTOSet:UNDO
AUTOSet
AUTOSET:UNDO returns the parameters to their previous states,
2-70DSA/CSA/TDS8X00/B Series Programmer Manual
Commands Listed in Alphabetical Order
AUTOSet:VERT
Related Commands
Arguments
ical
Group
Syntax
This command sets or queries whether an autoset should perform the vertical
autoset portion when Autoset is executed.
Vertical
AUTOSet:VERTical{ON|OFF|0|1}
AUTOSet:VERTical?
AUTOSet
ON enables the vertical AutoSet options.
OFF disables the vertical AutoSet options.
0 disables the vertical AutoSet options.
1 enables the vertical AutoSet options.
Examples
BUSY? (Query Only)
Group
Syntax
Related Commands
AUTOSET:VERTICAL ON
This command enables the vertical autoset options.
AUTOSET:VERTICAL? might return AUTOSET:VERT ICAL 0, indicating that
vertical autoset options are disabled.
This is a query only command that returns the status of the instrument. This
command allows you to synchronize the operation of the instrument with your
application program. See Synchronization Methods for more detailed information.
Status and Error
BUSY?
*OPC, *WAI
DSA/CSA/TDS8X00/B Series Programmer Manual2-71
Commands Listed in Alphabetical Order
Returns
<NR1>
If 0 is returned, it means that the instrument is not busy processing a command
whose execution time is extensive. These commands are listed in the table below.
If 1 is returned, it means that the instrument is busy processing one of the
commands listed in the table below.
2-19: Commands that affect BUSY? response
Table
OperationCommand
matic instrument
Auto
adjustment
Internal self
compensation
ConditionalACQuire:STATE ON or
ardcopy output
H
AUTOSet EXECute
COMPensate:ALL
COMPensate:CH<x>
Pensate:DARKLev:CH<x>
COM
COMPensate:MAInframe
COMPensate:OPTGAIN:CH<x>
Quire:STATE RUN
AC
(when ACQuire:STOPAfter:MODe is set to CONDition)
HARDCopy STARt
Examples
BUSY? might return 1, indicating that the instrument is busy.
CALibrate:DATE:CH<x>? (Query Only)
This query only command returns the date and time of the last calibration
information update for the sampling module channel.
Group
Syntax
Examples
Calibration
CALibrate:DATE:CH<x>?
CALIBRATE:DATE:CH1? might return CALIBRATE:DATE:CH1 15 JAN 00
, indicating that the last calibration update for the CH1 sampling module
16:25
was done on January 15, 2000, at 4:25 PM.
CALibrate:DATE:MAInframe? (Query Only)
This query only command returns the date and time of the last calibration
information update for the mainframe.
2-72DSA/CSA/TDS8X00/B Series Programmer Manual
Commands Listed in Alphabetical Order
Group
Syntax
Examples
Calibration
CALibrate:DATE:MAInframe?
CALIBRATE:DATE:MAINFRAME? might return CALIBRATE:DATE:MAINFRAME
15 JAN 00 16:25
wasdoneonJ
CALibrate:DCCALibrator
This command sets or queries the value of the DC Calibrator voltage.
, indicating that the DC Calibrator voltage is set to 0.5 V.
CALibrate:HOSTinfo:CH<x>? (Query Only)
This query only command returns the mainframe channel, model number, and
serial number in which the sampling module channel was located during the last
calibration information update.
indicating that the calibration status of the sampling module in channel 1 is PASS.
CALibrate:STATus:MAInframe? (Query Only)
This is a query only command that returns the current calibration status for the
mainframe.
Group
Syntax
Returns
Calibration
CALibrate:STATus:MAInframe?
May return PASS, DEFAULTS, or WARMUP.
2-74DSA/CSA/TDS8X00/B Series Programmer Manual
Commands Listed in Alphabetical Order
CALibrate:T
Examples
CALIBRATE:STA
CALIBRATE:STATUS:MAINFRAME PASS, indicating that the calibration status
of the mainframe is PASS.
TUS:MAINFRAME?
EMPerature:CH<x>? (Query Only)
This is a query only command that returns the difference (in ° C) between the
current sampling module channel temperature and the temperature recorded at
libration information update.
Group
Syntax
Examples
the last ca
Calibration
CALibrate:TEMPerature:CH<x>?
CALIBRATE:TEMPERATURE:CH2?might return
CALIBRATE:TEMPERATURE:CH2 1.5, indicating that the temperature difference
between the current sampling module channel temperature and the temperature
recorded at the last calibration information update is 1.5 °C.
might return
CALibrate:TEMPerature:MAInframe? (Query Only)
This is a query only command that returns the difference (in ° C) between the
current mainframe temperature and the temperature recorded at the last calibration
information update.
Group
Syntax
Examples
Calibration
CALibrate:TEMPerature:MAInframe?
CALIBRATE:TEMPERATURE:MAINFRAME? might return
CALIBRATE:TEMPERATURE:MAINFRAME -2.7, indicating that the
difference in temperature between the current mainframe temperature and the
temperature recorded at the last calibration information update is -2.7 °C
CALibrate:UPDATEinfo:ALL (No Query Form)
This command (no query form) updates the calibration information for the
mainframe and all resident module channels into nonvolatile memories.
DSA/CSA/TDS8X00/B Series Programmer Manual2-75
Commands Listed in Alphabetical Order
and is for service personnel only. Refer to the calibration
Group
Syntax
Examples
NOTE. This comm
procedures in the Service Manual.
Calibration
ibrate:UPDATEinfo:ALL
CAL
CALIBRATE:UPDATEINFO:ALL updates the nonvolatile memories of the
mainframe and all resident module channels with the latest calibration information.
CALibrate:UPDATEinfo:CH<x> (No Query Form)
This command (no query form) updates the calibration information in the
nonvolatile memory of the sampling modu
time, temperature, and host information (such as current channel, location, model
number, and serial number).
NOTE. This command is for service personnel only. Refer to the calibration
procedures in the Service Manual.
le. This includes the current date and
Group
Syntax
Examples
Calibration
CALibrate:UPDATEinfo:CH<x>
CALIBRATE:UPDATEINFO:CH1 updates the nonvolatile memory of the module
occupying channel 1 with the latest calibration information.
CALibrate:UPDATEinfo:MAInframe (No Query Form)
This command (no query form) updates the calibration information in the
nonvolatile memory of the mainframe. This includes the current date, time, and
temperature.
NOTE. This command is for service personnel only. Refer to the calibration
procedures in the Service Manual.
Group
Calibration
2-76DSA/CSA/TDS8X00/B Series Programmer Manual
Commands Listed in Alphabetical Order
Syntax
Examples
CH<x>? (Query Only)
Group
Syntax
Examples
CALibrate:UPD
CALIBRATE:UPDATEINFO:MAINFRAME u
mainframe with the latest calibration information.
This is a query only command that returns the vertical parameters for the specified
channel. The channel is specified by x, which can be 1 through 8.
This query-only command returns a list of the available bandwidths for the
specified channel. The channel is specified by x, which can be 1 through 8.
The returned list contains the actual bandwidths available for the channel. The
available bandwidths are dependent on the module.
The optical modules have differing valid settings. Use the <>:LIST? query to
determine the valid {Clock Recovery | Filter | Bandwidth | Wavelength} settings
for your optical module. Features of currently installed optical modules can be
viewed using the System Properties dialog.
To set the bandwidth for a channel, use the CH<x>:BANdwidth:VALue command.
Group
Syntax
Related Commands
Vertical
CH<x>:BANdwidth:LIST?
CH<x>:BANdwidth:VALue
DSA/CSA/TDS8X00/B Series Programmer Manual2-77
Commands Listed in Alphabetical Order
Examples
CH<x>:BANdw
CH1:BANDWIDTH
20.0000000000E+009,12.49999974400E+009
available for Channel 1.
idth:VALue
This command sets or queries the bandwidth for the channel specified by x,
which can be 1 through 8. Sending the command is the equivalent to selecting
a bandwidt
section of the Vertical Setup dialog box for Optical. The available bandwidths are
determined by the optical sampling module.
The optical modules have differing valid settings. Use the <>:LIST? query to
determine the valid {Clock Recovery | Filter | Bandwidth | Wavelength} settings
foryouropticalmodule.Featuresofcurrently installed modules can be viewed
using the System Properties dialog.
You can use the CH<x>:BANdwidth:LIST? query to determine the available
bandwidths for the specified channel.
Group
Vertical
:LIST?
h from the Bandwidth pulldown menu in the Signal Conditioning
NR3 is the value of the bandwidth you want to set. Use the
CH<x>:BANdwidth:LIST? command to query the bandwidths available for the
specified channel. The instrument automatically selects the bandwidth nearest
to the input value.
CH1:BANDWIDTH:VALUE 2.0E+10 sets the Channel 1 bandwidth to 20 GHz.
CH2:BANDWIDTH:VALUE? might return CH2:BANDWIDTH:VALU E
12.49999974400E+009
to 12.5 GHz.
This command sets or queries the delay time for the channel specified by x, which
can be 1 through 8. Sending this command is the equivalent to setting Delay in
the Vertical Setup dialog box for the selected channel. You can adjust delay to
add or subtract an independent, channel-based acquisition time delay to the delay
from the trigger point (the horizontal position) that is inherently common to the
, indicating that the bandwidth for Channel 2 is set
2-78DSA/CSA/TDS8X00/B Series Programmer Manual
Commands Listed in Alphabetical Order
Group
Syntax
Arguments
Examples
acquisition of
introduced between channels by external cabling with unequal delays.
NOTE. Delay is only supported by sampling modules that include delay hardware.
Using delay instead of deskew will not affect overall acquisition performance
since multiple passes for acquisitions are not required.
Vertical
CH<x>:DELay<NR3>
CH<x>:DELay?
NR3 is the delay time for this channel. The range is -100% to +100% with
a resolution of 0.1%.
CH7:DELAY 0.1 sets the delay for Channel 7 to 10%.
CH3:DELAY? might returnCH3:DELAY 0.250000000 indicating that the delay
time for Channel 3 is set to 25%.
all channels. This allows you to compensate for delay differences
CH<x>:DESkew
Group
This command sets or queries the deskew time for the channel specified by x,
which can be 1 through 8. Sending this command is the equivalent to setting
Deskew in the Vertical Setup dialog box for the selected channel.
You can adjust deskew to add or subtract an independent, channel-based
acquisition time delay to the delay from the trigger point (the horizontal position)
that is inherently common to the acq
to compensate for delay differences introduced between channels by external
cabling with unequal delays.
NOTE. Setting different deskew values on dual-channel sampling modules that
use a single sampling strobe (for example, the 80E02, 80E03, 80E04 sampling
modules) reduces overall acquisition performance. In these instances, the
acquisition must digitize eac
each of the signals with the desired time alignment. This multiple pass acquisition
process applies to the acquisition of the channels within each active timebase.
Vertical
h channel on a separate acquisition pass to obtain
uisition of all channels. This allows you
DSA/CSA/TDS8X00/B Series Programmer Manual2-79
Commands Listed in Alphabetical Order
Syntax
Arguments
Examples
CH<x>:DESkew <
CH<x>:DESkew?
NR3 is the d eskew time for this channel. The range is -0.5 ns to +100 ns with a
resolution of 1 ps. Out of range values are clipped.
CH7:DESKEW 5.0E-9 sets the deskew time for Channel 7 to 5 ns.
that the deskew time for Channel 3 is set to 10 ns.
CH<x>:ERCAL? (Query Only)
This query-only command returns whether calibrated extinction ratio is available
for the optical module for the specified channel. The channel is specified by
x, which can be 1 through 8.
Group
Syntax
Vertical
CH<x>:ERCAL?
NR3>
Examples
CH<x>:EXTAtten:MODe
Group
Syntax
Arguments
CH1:ERCAL? might return :CH1:ERCAL 0, indicating that the calibrated
extinction ration is not available for the optical module in the channel 1.
NOTE. A query always returns a 0 or 1.
This command sets or queries the external attenuation mode for the channel
specified by x, which can be 1 through 8.
Vertical
CH<x>:EXTAtten:MODe { LINear | DB }
CH<x>:EXTAtten:MODe?
LINear sets the mode so that the attenuation value is a linear numeric
multiplier, such as 15X.
DB sets the mode so that the attenuation value is in dB.
2-80DSA/CSA/TDS8X00/B Series Programmer Manual
Commands Listed in Alphabetical Order
Examples
CH<x>:EXTAtten:VALue
CH7:EXTATTEN:
Channel 7.
CH3:EXTATTEN
the external attenuation is set to the DB mode for Channel 3.
This command sets a value matching the amount of attenuation applied externally,
before the signal enters the specified input channel. The channel is specified by x,
which can be 1 through 8. The query form returns the a mount of attenuation that is
set for th
when displaying vertical readouts, measurements, and so on for this channel. This
command is the equivalent to entering a value in the External Attenuation control
in the External Attenuation section of the Vertical Setup dialog box.
Use the CH<x>:EXTAtten:MODE command to select whether the attenuation
value is set or returned as a linear attenuation (such as 15X) or as dB attenuation
(suchas10dB).
e instrument. The instrument takes into account this external attenuation
ar) > 0.
MODE LIN
:MODE?
sets the external attenuation mode to linear for the
might return CH3:EXTATTEN:MODE DB, indicating that
Group
Syntax
Related Commands
Arguments
Examples
For example, 0 dB=1X, 20 dB=10X, 40 dB=100X, and so on.
The external attenuation is set to 1 (linear) or 0 dB for all TDR sources and for
all channels released as TDR sources. External attenuation is set to 1 (linear) or
0 dB when you attach an external real-time accessory, such as a probe, to the
lected channel.
se
Vertical
CH<x>:EXTAtten:VALue <NR3>
CH<x>:EXTAtten:VALue?
CH<x>:EXTAtten:MODe
NR3 is the attenuation value specified as a multiplier in the range of 1.0E-6 to
1.0E+6. The default is 1.00.
CH7:EXTATTEN:VALUE 1.5E+1 sets the external attenuation for Channel 7 to
15X wh
en linear is set as the external attenuation mode.
DSA/CSA/TDS8X00/B Series Programmer Manual2-81
Commands Listed in Alphabetical Order
CH3:EXTATTEN:
10.000000000000
Channel 3 when linear is set as the external attenuation mode.
CH<x>:FILTer:LIST? (Query Only)
This query only command returns a list of the filters available for the channel
specified by x, which can be 1 through 8. The filters available d epend on the
module. Sending this command is the equivalent using the Filter pulldown in the
Signal Conditioning section of the Optical portion of the Vertical Setup dialog box.
Use the CH<x>:FILTer:VALue command to set a filter.
Group
Syntax
Related Commands
Vertical
CH<x>:FILTer:LIST?
CH<x>:FILTer:VALue
VALUE?
might return CH3:EXTATTEN:VALUE
, indicating that the external attenuation is set to 10X for
This command sets or queries t
channel specified by x, which can be 1 through 8. The reference-receiver fi lter
selections require hardware support that may not be provided by your sampling
module; see your module user manual to determine which filters your module
supports. You can also use the CH<x>:FILTer:LIST? query to return a list of the
filters available for the specified channel.
If you select a filter that your sampling module does not support, you will receive
Execution Error code 2508, with error message " Selected filter is not available".
(See Messages for general information on programming interface messages.)
s a reference-receiver filter for the 4.250 Gb/s bit rate, in accordance
with the ANSI Fibre Channel Physical Interface (FC-PI) Rev 11 draft standard.
FC8500 sele
cts a reference-receiver filter for the 8.5000 Gb/s bit rate, in
accordance with the preliminary 8GFC standard.
L
FC8500FINA
selects a reference-receiver filter for the 8.5000 Gb/s bit rate, in
accordance with the Fibre Channel Optical 8GFC standard.
FC10519 se
lects a reference-receiver filter for the 10.518750 Gb/s bit rate, in
accordance with the proposed 10 Gigabit Fibre Channel (10GFC) standard.
FC11317 s
elects a reference-receiver filter for the 11.317 Gb/s bit r ate, in
accordance with the proposed 10 Gigabit Fibre Channel (10GFC) standard.
FC14025
selects a reference-receiver filter for the 14.02500 Gb/s bit rate, in
accordance with the Fibre Channel Optical 16GFC MM/SM r6.1 standard.
6
FEC266
selects a reference-receiver filter for the 2.6660571 Gb/s bit rate, in
accordance with the ITU-T G.975 Recommendation.
664
FEC10
selects a reference-receiver filter for the 10.66423 Gb/s bit rate, in
accordance with the ITU-T G.975 Recommendation.
0709
FEC1
selects a reference-receiver filter for the 10.709225 Gb/s bit rate, in
accordance with the ITU-T G.709 draft Recommendation.
FEC
12500
selects a reference-receiver filter for the 12.5000 Gb/s bit rate, in
accordance with the Fibre Channel Optical 12.5G FEC standard. Replaces
the
SFEC12500 argument. If SFEC12500 is set and the filter is queried, the
instrument returns
FEC43018 selects a reference-receiver filter for the 43.018414 Gb/s bit rate, in
FEC12500.
accordance with the ITU-T G.709 Draft Recommendation.
FPELECOUT enables the full power electrical output for optical modules. This
is not a filter.
INF2500 selects a reference-receiver filter for the 2.50 Gb/s bit rate, in accordance
with the Infiniband Optical standard. Replaces the
INFINIBAND is set and the filter is queried, the instrument returns INF2500.
INF5000 selects a refer ence-receiver filter for the 5.0 Gb/s bit rate, in accordance
INFINIBAND argument. If
with the Infiniband Optical standard.
INF14063 selects a reference-receiver filter for the 14.06250 Gb/s bit rate, in
accordance with the Infiniband FDR standard.
INF25781 selects a reference-receiver filter for the 25.781 Gb/s bit rate, in
accordance with the Infiniband EDR standard.
2-84DSA/CSA/TDS8X00/B Series Programmer Manual
Commands Listed in Alphabetical Order
OBSAI6144 sele
cts a reference-receiver filter for the 6.144 Gb/s bit rate, in
accordance with the Wireless Base Station OBSAI standard.
OC1 selects a reference-receiver filter for the 51.84 Mb/s bit rate, in accordance
with the Sonet/SDH OC-1/STM-0 standard.
OC3 selects a reference-receiver filter for the 155.52 Mb/s bit rate, in accordance
with the Sonet/SDH OC-3/STM-1 standard.
OC9 selects a reference-receiver filter for the 466.56 Mb/s bit rate, in accordance
with the Sonet/SDH OC-9/STM-3 standard.
OC12 selects a reference-receiver filter for the 622.08 Mb/s bit rate, in accordance
with the Sonet/SDH OC-12/STM-4 standard.
OC18 selects a reference-receiver filter for the 933.12 Mb/s bit rate, in accordance
with the Sonet/SDH OC-18/STM-6 standard.
OC24 selects a reference-receiver filter for the 1.24416 Gb/s bit rate, in accordance
with the Sonet/SDH OC-24/STM-8 standard.
OC36 selects a reference-receiver filter for the 1.86624 Gb/s bit rate, in accordance
with the Sonet/SDH OC-36/STM-12 standard.
OC48 selects a reference-receiver filter for the 2.48832 Gb/s bit rate, in accordance
with the Sonet/SDH OC-48/STM-16 standard.
Examples
CH<x>:OFFSet
OC96 selects a reference-receiver filter for the 4.97664 Gb/s bit rate, in accordance
with the Sonet/SDH OC-96/STM-32 standard.
OC192 selects a reference-receiver filter for the 9.95328 Gb/s bit rate, in
accordance with the Sonet/SDH OC-192/STM-64 standard.
OC768 selects a reference-receiver filter f
or the 39.8131 Gb/s bit rate, in
accordance with the Sonet/SDH OC-768/STM-256 standard.
OTU27952 selects a reference-receiver filter for the 27.95 Gb/s bit rate, in
accordance with the Fibre Channel Optical OTU4 standard.
CH1:FILTER:VALUE NONE disables the filtering for Channel 1.
CH2:FILTER:VALUE? might return CH2:FILTER:VALUE OC12, indicating that
the Sonet/SDH OC-12/STM-4 filter is enabled for Channel 2.
This command sets or queries the vertical offset for the specified channel. The
channel is specified by x, which can be 1 through 8. Setting an offset with this
command is the equivalent to entering a value in the Offset control in the Channel
section of the Vertical Setup dialog box or adjusting the front-panel Vertical
OFFSET knob.
DSA/CSA/TDS8X00/B Series Programmer Manual2-85
Commands Listed in Alphabetical Order
Group
Syntax
Channel offset
around which the signal is sampled) for the selected channel. Visualize offset as
scrolling the acquisition window towards the top of a large signal (or one with a
positive DC bias) for increased offset values and scrolling towards the bottom for
decreased offset values. Optimal vertical accuracy (of the e ntire signal) is obtained
when the offset is s et to the average DC bias of the input signal (that is, when it
centers the
The range and resolution of offset values for a given channel is dependent on
multiple f
the probe type (if attached), the external attenuation factor, the selected units (if
TDR is active), and the scale.
For more information on how offset ranges are determined, refer to the topic
Vertical Offset in the online help for your instrument.
Vertical
CH<x>:OFFSet <NR3>
CH<x>:OFFSet?
adjusts the vertical acquisition window (moves the DC level
signal around the input dynamic range of the sampling module).
actors: the sampling module type (specifically, its input dynamic range),
Related Commands
Arguments
Examples
CH<x>:POSition
CH<x>:POSition
NR3 is the offset value for the specified channel; the range is ±1.6 V.
CH4:OFFSET 2.0E-3 sets the offset for Channel 4 to 2 mV.
CH3:OFFSET? might return CH3:OFFSET 0.100000000000, indicating that the
offset for Channel 3 is set to 100 mV.
This command sets or queries the vertical position of the specified channel. The
channel is specified by x, which can be 1 through 8. Sending this command is the
equivalent to setting Position in the Setup section o f the Vertical Setup dialog box
or adjusting the front-panel Vertical Position knob.
Increasing the position value of a waveform causes the waveform to move up,
and decreasing the position v alue causes the waveform to move down. Position
adjusts only the display position of a channel, math, or reference waveform.
Group
2-86DSA/CSA/TDS8X00/B Series Programmer Manual
Vertical
Loading...
+ hidden pages
You need points to download manuals.
1 point = 1 manual.
You can buy points or you can get point for every manual you upload.