EasyManua.ls Logo

Tektronix TBS2000 Series User Manual

Tektronix TBS2000 Series
328 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #313 background imageLoading...
Page #313 background image
Programming Examples
The following series of commands and queries illustrate many of the most
common commands and techniques.
To use these commands and queries over USB, you must use a program or
routines that interface to the USBTMC driver on your PC. You can also use the
PC Communications software that came on the CD with your instrument to get
the same data without having to write programs. For operating information, you
can launch the PC Communications software and refer to the online help.
To use these commands and queries over GPIB, you must use a program or
routines that interface to the GPIB hardware in your computer. The software is
usually supplied by the GPIB hardware manufacturer.
In these examples, data sent from the controller computer to the instrument is
prefaced with the > symbol. Replies from the instrument have no preface.
> REM "Check for any messages, and clear them from the queue."
> *ESR?
128
> ALLEV ?
:ALLEV 401,"Power on; "
> REM "Set the instrument to the default state."
> FACTORY
> REM "Set the instrument parameters that differ from the defaults."
> CH1:VOLTS 2.0
> HOR:MAIN:SCALE 100e-6
> TRIG:MAIN:LEVEL 2.4
> REM "Start a single sequence acquisition."
> ACQUIRE:STOPAFTER SEQUENCE
> ACQUIRE:STATE ON
> REM "Wait for the acquisition to complete."
> REM "Note: your controller program time-out must be set long enough to
handle the wait."
> *OPC?
1
> REM "Use the instrument built-in measurements to measure the waveform you
acquired."
> MEASU:IMMED:TYPE MEAN
TBS2000 Series Programmer 295

Table of Contents

Other manuals for Tektronix TBS2000 Series

Question and Answer IconNeed help?

Do you have a question about the Tektronix TBS2000 Series and is the answer not in the manual?

Tektronix TBS2000 Series Specifications

General IconGeneral
Bandwidth70 MHz, 100 MHz, 200 MHz
Channels2 or 4
Time Base Range5 ns/div to 50 s/div
Probe InterfaceTekVPI
Operating Temperature0 °C to +50 °C
Vertical Resolution8 bits
Sample Rate1 GS/s
Memory Depth20 kpts
Record Length20 kpts
Display9-inch WVGA display
Input Impedance1 MΩ ±1%, 13 pF ±2 pF
Vertical Sensitivity2 mV/div to 5 V/div
Trigger TypesEdge, Pulse Width, Video
ConnectivityUSB, LAN
Math FunctionsAddition, Subtraction, Multiplication, Division, FFT

Summary

Getting Started with TBS2000 Series Programmer

Remote Operation Overview

Provides information on remotely controlling the instrument via communication protocols and commands.

Understanding Command Syntax

Command and Query Structure

Explains the formation of set and query commands, including headers, mnemonics, and arguments.

BNF Notation

Details the Backus-Naur Form used for describing command syntax and structure.

Command Entry Rules

Outlines general rules for entering commands, including case sensitivity and whitespace.

Concatenating Commands

Explains how to combine multiple commands and queries using semicolons for sequential execution.

Organizing Commands into Groups

Acquisition Command Group

Manages waveform acquisition modes, settings, and averaging parameters.

Ethernet Command Group

Controls the instrument's Ethernet interface settings and operations.

Horizontal Command Group

Manages horizontal axis settings, time base, and record length.

Measurement Command Group

Configures and retrieves automated measurement results.

Trigger Command Group

Defines and manages instrument trigger conditions and settings.

Understanding Status and Events

Registers Overview

Explains the instrument's status and enable registers for event reporting.

Event Handling Sequence

Details the process of how the status and event handling system manages instrument events.

Related product manuals