EasyManua.ls Logo

LeCroy WaveRunner XI Series User Manual

LeCroy WaveRunner XI Series
233 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 #195 background imageLoading...
Page #195 background image
OPERATORS MANUAL
WRXi-OM-E Rev C 195
The If statement is very often used with the following Boolean expressions:
A > B
A is greater than B
A >= B
A is greater than B or equal to B
A = B
A is equal to B
A < B
A is less than B
A <= B
A is less than B or equal to B
A <> B
A is not equal to B
These statements are not like the usual program statements, such as A = B. These statements are Boolean
ry complex constructions using If, as in the examples below:
Else_
Z = 31
End If
Else_
If A > 3 Then
Z = 63
Else
Z = 127
End If
End If
If A > 0 Then
If B > 0 Then
Z = Y
End If
End If
This is equivalent to:
Z = Y
(logic) statements, which can take the values True or False. You may even see things like "If A Then B", which
means that if A is True, B gets done.
In the first example, if A is negative, we might want to write something like this:
If A >= 0 Then
B = Sqr (A)
Else
B = 0
End If
and in fact you can make some ve
If A < 0 Then
If A < - 1 Then
Z = 17
If ( (A > 0) And (B > 0) ) Then

Table of Contents

Question and Answer IconNeed help?

Do you have a question about the LeCroy WaveRunner XI Series and is the answer not in the manual?

LeCroy WaveRunner XI Series Specifications

General IconGeneral
BrandLeCroy
ModelWaveRunner XI Series
CategoryTest Equipment
LanguageEnglish

Summary

Introduction and Specifications

How to Use On-line Help

Explains accessing and navigating the instrument's help system and documentation.

Technical Support and Updates

Information on obtaining technical assistance and keeping instrument firmware updated.

Specification Details

Details on the instrument's performance characteristics, including system capabilities.

Safety Requirements and Front Panel Controls

Safety Symbols and Operating Environment

Identifies safety symbols and specifies operational environmental parameters.

Cooling, Power, and Calibration

Requirements for cooling, power supply, and instrument calibration procedures.

Front Panel Controls Overview

Description of the physical buttons and knobs on the instrument's front panel.

Vertical, Zoom, and Special Controls

Details on controlling vertical settings, zoom functions, and special features.

On-Screen Interface and Operation

Toolbars, Icons, and Dialog Boxes

Explanation of the graphical user interface elements and their functions.

Trace Annotation and Setup

How to add descriptive labels to waveforms and configure trace display.

Installation and Connections

Installation Procedures

Steps for initial setup, including power-up and hardware connections.

Software and Options Management

Procedures for managing instrument software, status, and adding new options.

External Monitor Setup

Instructions for connecting and configuring an external display.

Signal Connection and Probes

Guidance on connecting signals, using probes, and auxiliary outputs.

Sampling Modes and Acquisition Settings

Sampling Modes Overview

Explanation of different sampling techniques like WaveStream, Real Time, and Sequence.

Vertical and Timebase Settings

Configuration of vertical gain, position, coupling, and timebase parameters.

Triggering System Operations

Setup considerations, modes, and types of triggers available for signal capture.

Display Formats and Persistence

Options for waveform display, including persistence and trace formatting.

Data Management and Analysis Tools

Save and Recall Functions

Procedures for saving and recalling instrument settings, waveforms, and screen images.

Printing and File Management

Options for outputting data, printing, and managing files on the instrument.

Track Views and Histograms

Tools for visualizing data trends and analyzing waveform parameter distributions.

Waveform Measurements

Techniques and tools for measuring signal properties using cursors and parameters.

Analysis Tools: Pass/Fail and Mask Tests

Methods for automated testing and limit checking of signal parameters.

Utilities and Customization

Utilities Overview

Access to system status, remote communication, hardcopy, file management, and preferences.

Customization Capabilities

Using external programs like Excel, MATLAB, and VBScript for advanced analysis.

Custom DSO and LabNotebook

Features for creating custom instrument setups and documenting measurements.

Related product manuals