MAUI Oscilloscopes Remote Control Manual And Automation
maui-remote-control-and-automation-manual
User Manual:
Open the PDF directly: View PDF .
Page Count: 402
Oscilloscopes
Remote Control and
Automation Manual
MAUI Oscilloscopes Remote Control and Automation Manual
© 2017 Teledyne LeCroy, Inc. All rights reserved.
Unauthorized duplication of Teledyne LeCroy documentation materials other than for internal sales and
distribution purposes is strictly prohibited. However, clients are encouraged to duplicate and distribute Teledyne
LeCroy documentation for their own internal educational purposes.
Teledyne LeCroy is a trademark of Teledyne LeCroy, Inc. Other product or brand names are trademarks or
requested trademarks of their respective holders. Information in this publication supersedes all earlier versions.
Specifications are subject to change without notice.
925131 Rev B
October 2017
Introduction
Introduction
This manual documents the requirements for remote control of Teledyne LeCroy's MAUI™ oscilloscopes
using either traditional IEEE 488.2 (GPIB) commands or Windows® Component Object Model (COM)
Automation commands.
The manual is divided into the following sections:
Part 1: Making the Remote Connection describes all the methods for gaining access to a MAUI
oscilloscope (device) from a remote computer (controller). It details the software and hardware
requirements for each method.
Part 2: Automation Programming Reference describes the MAUI COM architecture and explains how to
use Automation to control the oscilloscope remotely using manual methods or remote control programs.
Part 3: Automation Control Variable Reference details the MAUI COM architecture for configuring and
controlling the oscilloscope. It is most useful for developers of remote control applications.
Part 4: Automation Result Interface Reference details the MAUI COM architecture for reading back data
from the oscilloscope. It is most useful for developers of remote control applications.
Part 5: IEEE 488.2 Programming Reference describes the LeCroy legacy remote control implementation
and provides an overview of GPIB programming conventions. It also provides information for
understanding MAUI waveform transfer and the waveform template.
Part 6: IEEE 488.2 Command Reference details the legacy remote control commands supported by MAUI
oscilloscopes.
i
MAUI Oscilloscopes Remote Control and Automation Manual
Resources
Teledyne LeCroy provides many free resources to help you receive the greatest value from your
instrument. Most of the software and documentation mentioned in this manual can be downloaded from
our website; links are provided to other sites where relevant. In addition, many manuals and code
examples for further reference are installed when you install our software.
Software
Download software from: teledynelecroy.com/support/softwaredownload.
Under Oscilloscope Downloads, click the link to Software Utilities and browse the list of tools.
Manuals
Download manuals, application notes, and lab briefs from: teledynelecroy.com/support/techlib.
Use the sidebar at the left of the page to select the document category, then browse the list of links.
Technical Support
Registered users can contact their local Teledyne LeCroy service center at the number listed on our
website.
You can also submit Technical Support requests via the website at:
teledynelecroy.com/support/techhelp
Select the oscilloscope model you are using and the category into which your question falls.
ii
Notational Conventions
Notational Conventions
Notational Symbols
Commands shown in this reference make use of the following notational symbols:
Symbol
Function
Example
<>
Encloses header paths or placeholders
:VOLT_DIV
:=
Separates a placeholder from a description of the type
and range of values that may replace it
:= 5.0 mV to 2.5 V
{}
Encloses required values, one of which must be used
in the command
TRMD {SINGLE, AUTO, NORM, STOP}
[]
Encloses optional values
…
Indicates the items to its left or right can be repeated
any number of times
Sources
The character n is used to denote the greatest number of an oscilloscope object, such as input channels
or math function traces, supported by your instrument. On a two-channel oscilloscope, C1 through Cn
should be taken to mean C1 and C2, whereas on an eight-channel oscilloscope, C1 through C8, and so
forth.
The following mnemonics may be used where