beautypg.com

Teledyne LeCroy UWBTracer User Manual User Manual

Page 260

background image

Chapter 15: Creating and Editing Generation Files

UWBTracer/Trainer User Manual

242

LeCroy Corporation

Errors

When you compile a script and have an error, the error appears in the Error tab at the
bottom of the application window. Each error has a file name, line number, and
description. Double-clicking the error jumps to the line number.

A red square appears next to the line number that contains the error.

A yellow square appears next to the line number that has a warnings.

Note: You cannot run a script that has syntax errors.

Output

When you compile a script that generates output or when the application sends you a
message, the information appears in the Output tab.

Options Menu

You can set text options in the Options menu by clicking

:

Enable Outlining: Adds a hierarchy of levels to the script.

Show Line Numbers: Displays the line numbers at the left of the window.

Show Tooltips: When you place the cursor over an item, information about the item
appears.

Enable IntelliSense: Starts the IntelliSense program.

Toggle Outlining: If Enable Outlining is checked, allows you to expand or collapse
the outlining levels.

Outlining

If you enable outlining at the Options button, you can collapse or expand code blocks.
You can toggle outlining at the Options button or by right-clicking a command to display
a menu from which you can choose Toggle Outlining.

Line Numbers

If you enable line numbers at the Options button, each line has a line number.

Tooltips

If you show tooltips at the Options button, tooltips appear when you place the cursor over
a button or command.

IntelliSense

If you enable IntelliSense at the Options button, the Intellisense application prompts for
known predefined values/literals when you type = or { after a known key.